Html Css Color HEX #CF0FAD Deep Magenta

📋 copy color: '#CF0FAD'

red 207 ◦ green 15 ◦ blue 173

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

Shades of Deep Magenta #CF0FAD

Tints of Deep Magenta #CF0FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.8%

R = 52.41%
G = 3.8%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF0FAD (or 0xCF0FAD) is known color: Deep Magenta. HEX triplet: CF, 0F and AD. RGB value is (207,15,173). Sum of RGB (Red+Green+Blue) = 207+15+173=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0FAD is #30F052. Grayscale: #595959. Windows color (decimal): -3207251 or 11341775. OLE color: 11341775.

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

Color convert

RGB 207 15 173 -
CMYK 0 0.93 0.16 0.19
HSL 310.63º 0.86% 0.44% -
HSV(B) 310.63º 0.93% 0.81% -
XYZ 33.45 16.62 40.98 -
YUV 90.42 174.61 211.15 -
System Red Green Blue C M Y K H S L
Decimal 207 15 173 0 0.93 0.16 0.19 310.63 0.86 0.44
Hex CF F AD 0 5D 10 13 137 56 2C
Octal 317 17 255 0 135 20 23 467 126 54
Binary 11001111 1111 10101101 0 1011101 10000 10011 100110111 1010110 101100

Color Harmonies of #CF0FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0FAD

Black with #CF0FAD

Text Example


Text Example

White with #CF0FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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