Html Css Color HEX #CE22B2 Deep Magenta

📋 copy color: '#CE22B2'

red 206 ◦ green 34 ◦ blue 178

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

Shades of Deep Magenta #CE22B2

Tints of Deep Magenta #CE22B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.58%

R = 49.28%
G = 8.13%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE22B2 (or 0xCE22B2) is known color: Deep Magenta. HEX triplet: CE, 22 and B2. RGB value is (206,34,178). Sum of RGB (Red+Green+Blue) = 206+34+178=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE22B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE22B2 is #31DD4D. Grayscale: #656565. Windows color (decimal): -3267918 or 11674318. OLE color: 11674318.

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

Color convert

RGB 206 34 178 -
CMYK 0 0.83 0.14 0.19
HSL 309.77º 0.72% 0.47% -
HSV(B) 309.77º 0.83% 0.81% -
XYZ 34.06 17.48 43.7 -
YUV 101.84 170.98 202.29 -
System Red Green Blue C M Y K H S L
Decimal 206 34 178 0 0.83 0.14 0.19 309.77 0.72 0.47
Hex CE 22 B2 0 53 E 13 136 48 2F
Octal 316 42 262 0 123 16 23 466 110 57
Binary 11001110 100010 10110010 0 1010011 1110 10011 100110110 1001000 101111

Color Harmonies of #CE22B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE22B2

Black with #CE22B2

Text Example


Text Example

White with #CE22B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE22B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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