Html Css Color HEX #CF04CC Deep Magenta

📋 copy color: '#CF04CC'

red 207 ◦ green 4 ◦ blue 204

#CF04CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CF04CC

Tints of Deep Magenta #CF04CC

RGB

 RED value IS 207 (81.25% from 255) = 49.88%

 GREEN value IS 4 (1.95% from 255) = 0.96%

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 49.88%
G = 0.96%
B = 49.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF04CC (or 0xCF04CC) is known color: Deep Magenta. HEX triplet: CF, 04 and CC. RGB value is (207,4,204). Sum of RGB (Red+Green+Blue) = 207+4+204=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF04CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF04CC is #30FB33. Grayscale: #565656. Windows color (decimal): -3210036 or 13370575. OLE color: 13370575.

HSL color Cylindrical-coordinate representation of color #CF04CC: hue angle of 300.89º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF04CC is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 4 204 -
CMYK 0 0.98 0.01 0.19
HSL 300.89º 0.96% 0.41% -
HSV(B) 300.89º 0.98% 0.81% -
XYZ 36.67 17.71 58.61 -
YUV 87.5 193.75 213.24 -
System Red Green Blue C M Y K H S L
Decimal 207 4 204 0 0.98 0.01 0.19 300.89 0.96 0.41
Hex CF 4 CC 0 62 1 13 12D 60 29
Octal 317 4 314 0 142 1 23 455 140 51
Binary 11001111 100 11001100 0 1100010 1 10011 100101101 1100000 101001

Color Harmonies of #CF04CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF04CC

Black with #CF04CC

Text Example


Text Example

White with #CF04CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF04CC; }

 p { color: rgb(207,4,204); }

 H1.HeaderClassName
 {
   color: #CF04CC;
 }
 .AnyTagClassName
 {
   color: #CF04CC;
 }
</style>

background-color css

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

 a { background-color: rgb(207,4,204); }

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

border-color css

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

 span { border-color: rgb(207,4,204); }

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