Html Css Color HEX #CE00A8 Deep Magenta

📋 copy color: '#CE00A8'

red 206 ◦ green 0 ◦ blue 168

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

Shades of Deep Magenta #CE00A8

Tints of Deep Magenta #CE00A8

RGB

 RED value IS 206 (80.86% from 255) = 55.08%

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

 BLUE value IS 168 (66.02% from 255) = 44.92%

R = 55.08%
G = 0%
B = 44.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE00A8 (or 0xCE00A8) is known color: Deep Magenta. HEX triplet: CE, 00 and A8. RGB value is (206,0,168). Sum of RGB (Red+Green+Blue) = 206+0+168=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE00A8 is #31FF57. Grayscale: #505050. Windows color (decimal): -3276632 or 11010254. OLE color: 11010254.

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

Color convert

RGB 206 0 168 -
CMYK 0 1 0.18 0.19
HSL 311.07º 1% 0.4% -
HSV(B) 311.07º 1% 0.81% -
XYZ 32.52 15.95 38.41 -
YUV 80.75 177.25 217.34 -
System Red Green Blue C M Y K H S L
Decimal 206 0 168 0 1 0.18 0.19 311.07 1 0.4
Hex CE 0 A8 0 64 12 13 137 64 28
Octal 316 0 250 0 144 22 23 467 144 50
Binary 11001110 0 10101000 0 1100100 10010 10011 100110111 1100100 101000

Color Harmonies of #CE00A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE00A8

Black with #CE00A8

Text Example


Text Example

White with #CE00A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE00A8; }

 p { color: rgb(206,0,168); }

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

background-color css

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

 a { background-color: rgb(206,0,168); }

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

border-color css

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

 span { border-color: rgb(206,0,168); }

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