Html Css Color HEX #CE05CB Deep Magenta

📋 copy color: '#CE05CB'

red 206 ◦ green 5 ◦ blue 203

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

Shades of Deep Magenta #CE05CB

Tints of Deep Magenta #CE05CB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

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

R = 49.76%
G = 1.21%
B = 49.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE05CB (or 0xCE05CB) is known color: Deep Magenta. HEX triplet: CE, 05 and CB. RGB value is (206,5,203). Sum of RGB (Red+Green+Blue) = 206+5+203=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE05CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE05CB is #31FA34. Grayscale: #575757. Windows color (decimal): -3275317 or 13305294. OLE color: 13305294.

HSL color Cylindrical-coordinate representation of color #CE05CB: hue angle of 300.9º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE05CB is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 5 203 -
CMYK 0 0.98 0.01 0.19
HSL 300.9º 0.95% 0.41% -
HSV(B) 300.9º 0.98% 0.81% -
XYZ 36.29 17.54 57.97 -
YUV 87.67 193.09 212.4 -
System Red Green Blue C M Y K H S L
Decimal 206 5 203 0 0.98 0.01 0.19 300.9 0.95 0.41
Hex CE 5 CB 0 62 1 13 12D 5F 29
Octal 316 5 313 0 142 1 23 455 137 51
Binary 11001110 101 11001011 0 1100010 1 10011 100101101 1011111 101001

Color Harmonies of #CE05CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE05CB

Black with #CE05CB

Text Example


Text Example

White with #CE05CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE05CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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