Html Css Color HEX #CE0CB0 Deep Magenta

📋 copy color: '#CE0CB0'

red 206 ◦ green 12 ◦ blue 176

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

Shades of Deep Magenta #CE0CB0

Tints of Deep Magenta #CE0CB0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.05%

 BLUE value IS 176 (69.14% from 255) = 44.67%

R = 52.28%
G = 3.05%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE0CB0 (or 0xCE0CB0) is known color: Deep Magenta. HEX triplet: CE, 0C and B0. RGB value is (206,12,176). Sum of RGB (Red+Green+Blue) = 206+12+176=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 12 (5.08% from 255 or 3.05% from 394); Blue value is 176 (69.14% from 255 or 44.67% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0CB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0CB0 is #31F34F. Grayscale: #585858. Windows color (decimal): -3273552 or 11537614. OLE color: 11537614.

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

Color convert

RGB 206 12 176 -
CMYK 0 0.94 0.15 0.19
HSL 309.28º 0.89% 0.43% -
HSV(B) 309.28º 0.94% 0.81% -
XYZ 33.42 16.52 42.5 -
YUV 88.7 177.27 211.66 -
System Red Green Blue C M Y K H S L
Decimal 206 12 176 0 0.94 0.15 0.19 309.28 0.89 0.43
Hex CE C B0 0 5E F 13 135 59 2B
Octal 316 14 260 0 136 17 23 465 131 53
Binary 11001110 1100 10110000 0 1011110 1111 10011 100110101 1011001 101011

Color Harmonies of #CE0CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0CB0

Black with #CE0CB0

Text Example


Text Example

White with #CE0CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0CB0; }

 p { color: rgb(206,12,176); }

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

background-color css

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

 a { background-color: rgb(206,12,176); }

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

border-color css

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

 span { border-color: rgb(206,12,176); }

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