Html Css Color HEX #CF0FAF Deep Magenta

📋 copy color: '#CF0FAF'

red 207 ◦ green 15 ◦ blue 175

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

Shades of Deep Magenta #CF0FAF

Tints of Deep Magenta #CF0FAF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.78%

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

R = 52.14%
G = 3.78%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF0FAF (or 0xCF0FAF) is known color: Deep Magenta. HEX triplet: CF, 0F and AF. RGB value is (207,15,175). Sum of RGB (Red+Green+Blue) = 207+15+175=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0FAF is #30F050. Grayscale: #5A5A5A. Windows color (decimal): -3207249 or 11472847. OLE color: 11472847.

HSL color Cylindrical-coordinate representation of color #CF0FAF: hue angle of 310º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FAF is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 15 175 -
CMYK 0 0.93 0.15 0.19
HSL 310º 0.86% 0.44% -
HSV(B) 310º 0.93% 0.81% -
XYZ 33.64 16.7 42.01 -
YUV 90.65 175.61 210.99 -
System Red Green Blue C M Y K H S L
Decimal 207 15 175 0 0.93 0.15 0.19 310 0.86 0.44
Hex CF F AF 0 5D F 13 136 56 2C
Octal 317 17 257 0 135 17 23 466 126 54
Binary 11001111 1111 10101111 0 1011101 1111 10011 100110110 1010110 101100

Color Harmonies of #CF0FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0FAF

Black with #CF0FAF

Text Example


Text Example

White with #CF0FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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