Html Css Color HEX #CE22B0 Deep Magenta

📋 copy color: '#CE22B0'

red 206 ◦ green 34 ◦ blue 176

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

Shades of Deep Magenta #CE22B0

Tints of Deep Magenta #CE22B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.31%

R = 49.52%
G = 8.17%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE22B0 (or 0xCE22B0) is known color: Deep Magenta. HEX triplet: CE, 22 and B0. RGB value is (206,34,176). Sum of RGB (Red+Green+Blue) = 206+34+176=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE22B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE22B0 is #31DD4F. Grayscale: #656565. Windows color (decimal): -3267920 or 11543246. OLE color: 11543246.

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

Color convert

RGB 206 34 176 -
CMYK 0 0.83 0.15 0.19
HSL 310.47º 0.72% 0.47% -
HSV(B) 310.47º 0.83% 0.81% -
XYZ 33.86 17.4 42.65 -
YUV 101.62 169.98 202.45 -
System Red Green Blue C M Y K H S L
Decimal 206 34 176 0 0.83 0.15 0.19 310.47 0.72 0.47
Hex CE 22 B0 0 53 F 13 136 48 2F
Octal 316 42 260 0 123 17 23 466 110 57
Binary 11001110 100010 10110000 0 1010011 1111 10011 100110110 1001000 101111

Color Harmonies of #CE22B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE22B0

Black with #CE22B0

Text Example


Text Example

White with #CE22B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE22B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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