Html Css Color HEX #CF0EAB Deep Magenta

📋 copy color: '#CF0EAB'

red 207 ◦ green 14 ◦ blue 171

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

Shades of Deep Magenta #CF0EAB

Tints of Deep Magenta #CF0EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.57%

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 52.81%
G = 3.57%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF0EAB (or 0xCF0EAB) is known color: Deep Magenta. HEX triplet: CF, 0E and AB. RGB value is (207,14,171). Sum of RGB (Red+Green+Blue) = 207+14+171=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0EAB is #30F154. Grayscale: #595959. Windows color (decimal): -3207509 or 11210447. OLE color: 11210447.

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

Color convert

RGB 207 14 171 -
CMYK 0 0.93 0.17 0.19
HSL 311.19º 0.87% 0.43% -
HSV(B) 311.19º 0.93% 0.81% -
XYZ 33.24 16.52 39.96 -
YUV 89.61 173.94 211.73 -
System Red Green Blue C M Y K H S L
Decimal 207 14 171 0 0.93 0.17 0.19 311.19 0.87 0.43
Hex CF E AB 0 5D 11 13 137 57 2B
Octal 317 16 253 0 135 21 23 467 127 53
Binary 11001111 1110 10101011 0 1011101 10001 10011 100110111 1010111 101011

Color Harmonies of #CF0EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0EAB

Black with #CF0EAB

Text Example


Text Example

White with #CF0EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0EAB; }

 p { color: rgb(207,14,171); }

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

background-color css

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

 a { background-color: rgb(207,14,171); }

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

border-color css

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

 span { border-color: rgb(207,14,171); }

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