Html Css Color HEX #C821AC Medium Violet Red

📋 copy color: '#C821AC'

red 200 ◦ green 33 ◦ blue 172

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

Shades of Medium Violet Red #C821AC

Tints of Medium Violet Red #C821AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 49.38%
G = 8.15%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C821AC (or 0xC821AC) is known color: Medium Violet Red. HEX triplet: C8, 21 and AC. RGB value is (200,33,172). Sum of RGB (Red+Green+Blue) = 200+33+172=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C821AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C821AC is #37DE53. Grayscale: #626262. Windows color (decimal): -3661396 or 11280840. OLE color: 11280840.

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

Color convert

RGB 200 33 172 -
CMYK 0 0.84 0.14 0.22
HSL 310.06º 0.72% 0.46% -
HSV(B) 310.06º 0.84% 0.78% -
XYZ 31.81 16.35 40.51 -
YUV 98.78 169.33 200.2 -
System Red Green Blue C M Y K H S L
Decimal 200 33 172 0 0.84 0.14 0.22 310.06 0.72 0.46
Hex C8 21 AC 0 54 E 16 136 48 2E
Octal 310 41 254 0 124 16 26 466 110 56
Binary 11001000 100001 10101100 0 1010100 1110 10110 100110110 1001000 101110

Color Harmonies of #C821AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821AC

Black with #C821AC

Text Example


Text Example

White with #C821AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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