Html Css Color HEX #CF05AB Deep Magenta

📋 copy color: '#CF05AB'

red 207 ◦ green 5 ◦ blue 171

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

Shades of Deep Magenta #CF05AB

Tints of Deep Magenta #CF05AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 54.05%
G = 1.31%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF05AB (or 0xCF05AB) is known color: Deep Magenta. HEX triplet: CF, 05 and AB. RGB value is (207,5,171). Sum of RGB (Red+Green+Blue) = 207+5+171=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF05AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF05AB is #30FA54. Grayscale: #535353. Windows color (decimal): -3209813 or 11208143. OLE color: 11208143.

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

Color convert

RGB 207 5 171 -
CMYK 0 0.98 0.17 0.19
HSL 310.69º 0.95% 0.42% -
HSV(B) 310.69º 0.98% 0.81% -
XYZ 33.14 16.31 39.93 -
YUV 84.32 176.92 215.5 -
System Red Green Blue C M Y K H S L
Decimal 207 5 171 0 0.98 0.17 0.19 310.69 0.95 0.42
Hex CF 5 AB 0 62 11 13 137 5F 2A
Octal 317 5 253 0 142 21 23 467 137 52
Binary 11001111 101 10101011 0 1100010 10001 10011 100110111 1011111 101010

Color Harmonies of #CF05AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF05AB

Black with #CF05AB

Text Example


Text Example

White with #CF05AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF05AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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