Html Css Color HEX #CF0ABB Deep Magenta

📋 copy color: '#CF0ABB'

red 207 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #CF0ABB

Tints of Deep Magenta #CF0ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.48%

 BLUE value IS 187 (73.44% from 255) = 46.29%

R = 51.24%
G = 2.48%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF0ABB (or 0xCF0ABB) is known color: Deep Magenta. HEX triplet: CF, 0A and BB. RGB value is (207,10,187). Sum of RGB (Red+Green+Blue) = 207+10+187=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0ABB is #30F544. Grayscale: #585858. Windows color (decimal): -3208517 or 12257999. OLE color: 12257999.

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

Color convert

RGB 207 10 187 -
CMYK 0 0.95 0.10 0.19
HSL 306.09º 0.91% 0.43% -
HSV(B) 306.09º 0.95% 0.81% -
XYZ 34.81 17.07 48.47 -
YUV 89.08 183.27 212.11 -
System Red Green Blue C M Y K H S L
Decimal 207 10 187 0 0.95 0.10 0.19 306.09 0.91 0.43
Hex CF A BB 0 5F A 13 132 5B 2B
Octal 317 12 273 0 137 12 23 462 133 53
Binary 11001111 1010 10111011 0 1011111 1010 10011 100110010 1011011 101011

Color Harmonies of #CF0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0ABB

Black with #CF0ABB

Text Example


Text Example

White with #CF0ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0ABB; }

 p { color: rgb(207,10,187); }

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

background-color css

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

 a { background-color: rgb(207,10,187); }

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

border-color css

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

 span { border-color: rgb(207,10,187); }

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