Html Css Color HEX #CE22BB Deep Magenta

📋 copy color: '#CE22BB'

red 206 ◦ green 34 ◦ blue 187

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

Shades of Deep Magenta #CE22BB

Tints of Deep Magenta #CE22BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.79%

R = 48.24%
G = 7.96%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE22BB (or 0xCE22BB) is known color: Deep Magenta. HEX triplet: CE, 22 and BB. RGB value is (206,34,187). Sum of RGB (Red+Green+Blue) = 206+34+187=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE22BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE22BB is #31DD44. Grayscale: #666666. Windows color (decimal): -3267909 or 12264142. OLE color: 12264142.

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

Color convert

RGB 206 34 187 -
CMYK 0 0.83 0.09 0.19
HSL 306.63º 0.72% 0.47% -
HSV(B) 306.63º 0.83% 0.81% -
XYZ 35 17.85 48.62 -
YUV 102.87 175.48 201.56 -
System Red Green Blue C M Y K H S L
Decimal 206 34 187 0 0.83 0.09 0.19 306.63 0.72 0.47
Hex CE 22 BB 0 53 9 13 133 48 2F
Octal 316 42 273 0 123 11 23 463 110 57
Binary 11001110 100010 10111011 0 1010011 1001 10011 100110011 1001000 101111

Color Harmonies of #CE22BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE22BB

Black with #CE22BB

Text Example


Text Example

White with #CE22BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE22BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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