Html Css Color HEX #CF04AF Deep Magenta

📋 copy color: '#CF04AF'

red 207 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #CF04AF

Tints of Deep Magenta #CF04AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 53.63%
G = 1.04%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF04AF (or 0xCF04AF) is known color: Deep Magenta. HEX triplet: CF, 04 and AF. RGB value is (207,4,175). Sum of RGB (Red+Green+Blue) = 207+4+175=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF04AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF04AF is #30FB50. Grayscale: #535353. Windows color (decimal): -3210065 or 11470031. OLE color: 11470031.

HSL color Cylindrical-coordinate representation of color #CF04AF: hue angle of 309.46º 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 #CF04AF is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 4 175 -
CMYK 0 0.98 0.15 0.19
HSL 309.46º 0.96% 0.41% -
HSV(B) 309.46º 0.98% 0.81% -
XYZ 33.51 16.45 41.97 -
YUV 84.19 179.25 215.6 -
System Red Green Blue C M Y K H S L
Decimal 207 4 175 0 0.98 0.15 0.19 309.46 0.96 0.41
Hex CF 4 AF 0 62 F 13 135 60 29
Octal 317 4 257 0 142 17 23 465 140 51
Binary 11001111 100 10101111 0 1100010 1111 10011 100110101 1100000 101001

Color Harmonies of #CF04AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF04AF

Black with #CF04AF

Text Example


Text Example

White with #CF04AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF04AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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