Html Css Color HEX #CF00AE Deep Magenta

📋 copy color: '#CF00AE'

red 207 ◦ green 0 ◦ blue 174

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

Shades of Deep Magenta #CF00AE

Tints of Deep Magenta #CF00AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.67%

R = 54.33%
G = 0%
B = 45.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF00AE (or 0xCF00AE) is known color: Deep Magenta. HEX triplet: CF, 00 and AE. RGB value is (207,0,174). Sum of RGB (Red+Green+Blue) = 207+0+174=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF00AE is #30FF51. Grayscale: #515151. Windows color (decimal): -3211090 or 11403471. OLE color: 11403471.

HSL color Cylindrical-coordinate representation of color #CF00AE: hue angle of 309.57º 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 #CF00AE is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 0 174 -
CMYK 0 1 0.16 0.19
HSL 309.57º 1% 0.41% -
HSV(B) 309.57º 1% 0.81% -
XYZ 33.37 16.32 41.44 -
YUV 81.73 180.08 217.35 -
System Red Green Blue C M Y K H S L
Decimal 207 0 174 0 1 0.16 0.19 309.57 1 0.41
Hex CF 0 AE 0 64 10 13 136 64 29
Octal 317 0 256 0 144 20 23 466 144 51
Binary 11001111 0 10101110 0 1100100 10000 10011 100110110 1100100 101001

Color Harmonies of #CF00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF00AE

Black with #CF00AE

Text Example


Text Example

White with #CF00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF00AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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