Html Css Color HEX #C822A6 Medium Violet Red

📋 copy color: '#C822A6'

red 200 ◦ green 34 ◦ blue 166

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

Shades of Medium Violet Red #C822A6

Tints of Medium Violet Red #C822A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.5%

R = 50%
G = 8.5%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C822A6 (or 0xC822A6) is known color: Medium Violet Red. HEX triplet: C8, 22 and A6. RGB value is (200,34,166). Sum of RGB (Red+Green+Blue) = 200+34+166=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C822A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C822A6 is #37DD59. Grayscale: #626262. Windows color (decimal): -3661146 or 10887880. OLE color: 10887880.

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

Color convert

RGB 200 34 166 -
CMYK 0 0.83 0.17 0.22
HSL 312.29º 0.71% 0.46% -
HSV(B) 312.29º 0.83% 0.78% -
XYZ 31.27 16.18 37.55 -
YUV 98.68 166 200.27 -
System Red Green Blue C M Y K H S L
Decimal 200 34 166 0 0.83 0.17 0.22 312.29 0.71 0.46
Hex C8 22 A6 0 53 11 16 138 47 2E
Octal 310 42 246 0 123 21 26 470 107 56
Binary 11001000 100010 10100110 0 1010011 10001 10110 100111000 1000111 101110

Color Harmonies of #C822A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C822A6

Black with #C822A6

Text Example


Text Example

White with #C822A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C822A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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