Html Css Color HEX #CE00CB Deep Magenta

📋 copy color: '#CE00CB'

red 206 ◦ green 0 ◦ blue 203

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

Shades of Deep Magenta #CE00CB

Tints of Deep Magenta #CE00CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.63%

R = 50.37%
G = 0%
B = 49.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE00CB (or 0xCE00CB) is known color: Deep Magenta. HEX triplet: CE, 00 and CB. RGB value is (206,0,203). Sum of RGB (Red+Green+Blue) = 206+0+203=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00CB is #31FF34. Grayscale: #545454. Windows color (decimal): -3276597 or 13304014. OLE color: 13304014.

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

Color convert

RGB 206 0 203 -
CMYK 0 1 0.01 0.19
HSL 300.87º 1% 0.4% -
HSV(B) 300.87º 1% 0.81% -
XYZ 36.23 17.43 57.96 -
YUV 84.74 194.75 214.49 -
System Red Green Blue C M Y K H S L
Decimal 206 0 203 0 1 0.01 0.19 300.87 1 0.4
Hex CE 0 CB 0 64 1 13 12D 64 28
Octal 316 0 313 0 144 1 23 455 144 50
Binary 11001110 0 11001011 0 1100100 1 10011 100101101 1100100 101000

Color Harmonies of #CE00CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE00CB

Black with #CE00CB

Text Example


Text Example

White with #CE00CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE00CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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