Html Css Color HEX #C822AD Medium Violet Red

📋 copy color: '#C822AD'

red 200 ◦ green 34 ◦ blue 173

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

Shades of Medium Violet Red #C822AD

Tints of Medium Violet Red #C822AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 49.14%
G = 8.35%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C822AD (or 0xC822AD) is known color: Medium Violet Red. HEX triplet: C8, 22 and AD. RGB value is (200,34,173). Sum of RGB (Red+Green+Blue) = 200+34+173=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C822AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C822AD is #37DD52. Grayscale: #636363. Windows color (decimal): -3661139 or 11346632. OLE color: 11346632.

HSL color Cylindrical-coordinate representation of color #C822AD: hue angle of 309.76º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C822AD is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 34 173 -
CMYK 0 0.83 0.14 0.22
HSL 309.76º 0.71% 0.46% -
HSV(B) 309.76º 0.83% 0.78% -
XYZ 31.93 16.44 41.03 -
YUV 99.48 169.5 199.7 -
System Red Green Blue C M Y K H S L
Decimal 200 34 173 0 0.83 0.14 0.22 309.76 0.71 0.46
Hex C8 22 AD 0 53 E 16 136 47 2E
Octal 310 42 255 0 123 16 26 466 107 56
Binary 11001000 100010 10101101 0 1010011 1110 10110 100110110 1000111 101110

Color Harmonies of #C822AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C822AD

Black with #C822AD

Text Example


Text Example

White with #C822AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C822AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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