Html Css Color HEX #C822E0 Deep Magenta

📋 copy color: '#C822E0'

red 200 ◦ green 34 ◦ blue 224

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

Shades of Deep Magenta #C822E0

Tints of Deep Magenta #C822E0

RGB

 RED value IS 200 (78.52% from 255) = 43.67%

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

 BLUE value IS 224 (87.89% from 255) = 48.91%

R = 43.67%
G = 7.42%
B = 48.91%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C822E0 (or 0xC822E0) is known color: Deep Magenta. HEX triplet: C8, 22 and E0. RGB value is (200,34,224). Sum of RGB (Red+Green+Blue) = 200+34+224=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 34 (13.67% from 255 or 7.42% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #C822E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C822E0 is #37DD1F. Grayscale: #686868. Windows color (decimal): -3661088 or 14688968. OLE color: 14688968.

HSL color Cylindrical-coordinate representation of color #C822E0: hue angle of 292.42º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C822E0 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 34 224 -
CMYK 0.11 0.85 0 0.12
HSL 292.42º 0.75% 0.51% -
HSV(B) 292.42º 0.85% 0.88% -
XYZ 37.85 18.81 72.16 -
YUV 105.29 195 195.55 -
System Red Green Blue C M Y K H S L
Decimal 200 34 224 0.11 0.85 0 0.12 292.42 0.75 0.51
Hex C8 22 E0 B 55 0 C 124 4B 33
Octal 310 42 340 13 125 0 14 444 113 63
Binary 11001000 100010 11100000 1011 1010101 0 1100 100100100 1001011 110011

Color Harmonies of #C822E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C822E0

Black with #C822E0

Text Example


Text Example

White with #C822E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C822E0; }

 p { color: rgb(200,34,224); }

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

background-color css

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

 a { background-color: rgb(200,34,224); }

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

border-color css

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

 span { border-color: rgb(200,34,224); }

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