Html Css Color HEX #CE22CB Deep Magenta

📋 copy color: '#CE22CB'

red 206 ◦ green 34 ◦ blue 203

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

Shades of Deep Magenta #CE22CB

Tints of Deep Magenta #CE22CB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.67%

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

R = 46.5%
G = 7.67%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE22CB (or 0xCE22CB) is known color: Deep Magenta. HEX triplet: CE, 22 and CB. RGB value is (206,34,203). Sum of RGB (Red+Green+Blue) = 206+34+203=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 34 (13.67% from 255 or 7.67% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE22CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE22CB is #31DD34. Grayscale: #686868. Windows color (decimal): -3267893 or 13312718. OLE color: 13312718.

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

Color convert

RGB 206 34 203 -
CMYK 0 0.83 0.01 0.19
HSL 301.05º 0.72% 0.47% -
HSV(B) 301.05º 0.83% 0.81% -
XYZ 36.81 18.58 58.15 -
YUV 104.69 183.48 200.26 -
System Red Green Blue C M Y K H S L
Decimal 206 34 203 0 0.83 0.01 0.19 301.05 0.72 0.47
Hex CE 22 CB 0 53 1 13 12D 48 2F
Octal 316 42 313 0 123 1 23 455 110 57
Binary 11001110 100010 11001011 0 1010011 1 10011 100101101 1001000 101111

Color Harmonies of #CE22CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE22CB

Black with #CE22CB

Text Example


Text Example

White with #CE22CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE22CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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