Html Css Color HEX #CF06AB Deep Magenta

📋 copy color: '#CF06AB'

red 207 ◦ green 6 ◦ blue 171

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

Shades of Deep Magenta #CF06AB

Tints of Deep Magenta #CF06AB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.56%

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

R = 53.91%
G = 1.56%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF06AB (or 0xCF06AB) is known color: Deep Magenta. HEX triplet: CF, 06 and AB. RGB value is (207,6,171). Sum of RGB (Red+Green+Blue) = 207+6+171=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF06AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF06AB is #30F954. Grayscale: #545454. Windows color (decimal): -3209557 or 11208399. OLE color: 11208399.

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

Color convert

RGB 207 6 171 -
CMYK 0 0.97 0.17 0.19
HSL 310.75º 0.94% 0.42% -
HSV(B) 310.75º 0.97% 0.81% -
XYZ 33.15 16.34 39.93 -
YUV 84.91 176.59 215.08 -
System Red Green Blue C M Y K H S L
Decimal 207 6 171 0 0.97 0.17 0.19 310.75 0.94 0.42
Hex CF 6 AB 0 61 11 13 137 5E 2A
Octal 317 6 253 0 141 21 23 467 136 52
Binary 11001111 110 10101011 0 1100001 10001 10011 100110111 1011110 101010

Color Harmonies of #CF06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF06AB

Black with #CF06AB

Text Example


Text Example

White with #CF06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF06AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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