Html Css Color HEX #C821A6 Medium Violet Red

📋 copy color: '#C821A6'

red 200 ◦ green 33 ◦ blue 166

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

Shades of Medium Violet Red #C821A6

Tints of Medium Violet Red #C821A6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.27%

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

R = 50.13%
G = 8.27%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C821A6 (or 0xC821A6) is known color: Medium Violet Red. HEX triplet: C8, 21 and A6. RGB value is (200,33,166). Sum of RGB (Red+Green+Blue) = 200+33+166=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C821A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C821A6 is #37DE59. Grayscale: #616161. Windows color (decimal): -3661402 or 10887624. OLE color: 10887624.

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

Color convert

RGB 200 33 166 -
CMYK 0 0.84 0.17 0.22
HSL 312.22º 0.72% 0.46% -
HSV(B) 312.22º 0.84% 0.78% -
XYZ 31.25 16.12 37.54 -
YUV 98.1 166.33 200.69 -
System Red Green Blue C M Y K H S L
Decimal 200 33 166 0 0.84 0.17 0.22 312.22 0.72 0.46
Hex C8 21 A6 0 54 11 16 138 48 2E
Octal 310 41 246 0 124 21 26 470 110 56
Binary 11001000 100001 10100110 0 1010100 10001 10110 100111000 1001000 101110

Color Harmonies of #C821A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821A6

Black with #C821A6

Text Example


Text Example

White with #C821A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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