#cf29c1

Color #CF29C1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #CF29C1

Tints of Deep Magenta #CF29C1

Color information

#CF29C1 (or 0xCF29C1) is unknown color: approx Deep Magenta. HEX triplet: CF, 29 and C1. RGB value is (207,41,193). Sum of RGB (Red+Green+Blue) = 207+41+193=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29C1 is #30D63E. Grayscale: #6B6B6B. Windows color (decimal): -3200575 or 12659151. OLE color: 12659151.

HSL color Cylindrical-coordinate representation of color #CF29C1: hue angle of 305.06º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF29C1 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB20741193-
CMYK00.800.070.19
HSL305.06º66.94%48.63%-
HSV(B)305.06º80.19%81.18%-
XYZ36.1518.752.16-
YUV107.96176198.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 41 (16.41% from 255) = 9.30%
BLUE value IS 193 (75.78% from 255) = 43.76%
R=46.94%
G=9.30%
B=43.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074119300.800.070.19305.0666.9448.63
HexCF29C10507131314331
Octal31751301012072346110361
Binary110011111010011100000101010000111100111001100011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf29c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf29c1; }

 p { color: rgb(207,41,193); }

 H1.HeaderClassName
 {
   color: #cf29c1;
 }
 .AnyTagClassName
 {
   color: #cf29c1;
 }
</style>
background-color css

<style>
 a { background-color: #cf29c1; }

 a { background-color: rgb(207,41,193); }

 div.DivClassName
 {
   background-color: #cf29c1;
 }
 .BgClassName
 {
   background-color: #cf29c1;
 }
</style>
border-color css

<style>
 span { border-color: #cf29c1; }

 span { border-color: rgb(207,41,193); }

 td.TdClassName
 {
   border-color: #cf29c1;
 }
 .TagClassName
 {
   border-color: #cf29c1;
 }
</style>