Html Css Color HEX #C822DF Deep Magenta

📋 copy color: '#C822DF'

red 200 ◦ green 34 ◦ blue 223

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

Shades of Deep Magenta #C822DF

Tints of Deep Magenta #C822DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 43.76%
G = 7.44%
B = 48.8%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C822DF (or 0xC822DF) is known color: Deep Magenta. HEX triplet: C8, 22 and DF. RGB value is (200,34,223). Sum of RGB (Red+Green+Blue) = 200+34+223=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 34 (13.67% from 255 or 7.44% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #C822DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C822DF is #37DD20. Grayscale: #686868. Windows color (decimal): -3661089 or 14623432. OLE color: 14623432.

HSL color Cylindrical-coordinate representation of color #C822DF: hue angle of 292.7º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C822DF is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 34 223 -
CMYK 0.10 0.85 0 0.13
HSL 292.7º 0.75% 0.5% -
HSV(B) 292.7º 0.85% 0.87% -
XYZ 37.71 18.75 71.44 -
YUV 105.18 194.5 195.63 -
System Red Green Blue C M Y K H S L
Decimal 200 34 223 0.10 0.85 0 0.13 292.7 0.75 0.5
Hex C8 22 DF A 55 0 D 125 4B 32
Octal 310 42 337 12 125 0 15 445 113 62
Binary 11001000 100010 11011111 1010 1010101 0 1101 100100101 1001011 110010

Color Harmonies of #C822DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C822DF

Black with #C822DF

Text Example


Text Example

White with #C822DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C822DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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