Html Css Color HEX #CE0CB3 Deep Magenta

📋 copy color: '#CE0CB3'

red 206 ◦ green 12 ◦ blue 179

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

Shades of Deep Magenta #CE0CB3

Tints of Deep Magenta #CE0CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.09%

R = 51.89%
G = 3.02%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE0CB3 (or 0xCE0CB3) is known color: Deep Magenta. HEX triplet: CE, 0C and B3. RGB value is (206,12,179). Sum of RGB (Red+Green+Blue) = 206+12+179=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0CB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0CB3 is #31F34C. Grayscale: #585858. Windows color (decimal): -3273549 or 11734222. OLE color: 11734222.

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

Color convert

RGB 206 12 179 -
CMYK 0 0.94 0.13 0.19
HSL 308.35º 0.89% 0.43% -
HSV(B) 308.35º 0.94% 0.81% -
XYZ 33.72 16.64 44.08 -
YUV 89.04 178.77 211.42 -
System Red Green Blue C M Y K H S L
Decimal 206 12 179 0 0.94 0.13 0.19 308.35 0.89 0.43
Hex CE C B3 0 5E D 13 134 59 2B
Octal 316 14 263 0 136 15 23 464 131 53
Binary 11001110 1100 10110011 0 1011110 1101 10011 100110100 1011001 101011

Color Harmonies of #CE0CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0CB3

Black with #CE0CB3

Text Example


Text Example

White with #CE0CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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