Html Css Color HEX #CF00AB Deep Magenta

📋 copy color: '#CF00AB'

red 207 ◦ green 0 ◦ blue 171

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

Shades of Deep Magenta #CF00AB

Tints of Deep Magenta #CF00AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.76%
G = 0%
B = 45.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF00AB (or 0xCF00AB) is known color: Deep Magenta. HEX triplet: CF, 00 and AB. RGB value is (207,0,171). Sum of RGB (Red+Green+Blue) = 207+0+171=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF00AB is #30FF54. Grayscale: #505050. Windows color (decimal): -3211093 or 11206863. OLE color: 11206863.

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

Color convert

RGB 207 0 171 -
CMYK 0 1 0.17 0.19
HSL 310.43º 1% 0.41% -
HSV(B) 310.43º 1% 0.81% -
XYZ 33.08 16.21 39.91 -
YUV 81.39 178.58 217.6 -
System Red Green Blue C M Y K H S L
Decimal 207 0 171 0 1 0.17 0.19 310.43 1 0.41
Hex CF 0 AB 0 64 11 13 136 64 29
Octal 317 0 253 0 144 21 23 466 144 51
Binary 11001111 0 10101011 0 1100100 10001 10011 100110110 1100100 101001

Color Harmonies of #CF00AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF00AB

Black with #CF00AB

Text Example


Text Example

White with #CF00AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF00AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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