Html Css Color HEX #C821AB Medium Violet Red

📋 copy color: '#C821AB'

red 200 ◦ green 33 ◦ blue 171

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

Shades of Medium Violet Red #C821AB

Tints of Medium Violet Red #C821AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 49.5%
G = 8.17%
B = 42.33%

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

#C821AB (or 0xC821AB) is known color: Medium Violet Red. HEX triplet: C8, 21 and AB. RGB value is (200,33,171). Sum of RGB (Red+Green+Blue) = 200+33+171=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C821AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C821AB is #37DE54. Grayscale: #626262. Windows color (decimal): -3661397 or 11215304. OLE color: 11215304.

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

Color convert

RGB 200 33 171 -
CMYK 0 0.84 0.14 0.22
HSL 310.42º 0.72% 0.46% -
HSV(B) 310.42º 0.84% 0.78% -
XYZ 31.71 16.31 40 -
YUV 98.67 168.83 200.28 -
System Red Green Blue C M Y K H S L
Decimal 200 33 171 0 0.84 0.14 0.22 310.42 0.72 0.46
Hex C8 21 AB 0 54 E 16 136 48 2E
Octal 310 41 253 0 124 16 26 466 110 56
Binary 11001000 100001 10101011 0 1010100 1110 10110 100110110 1001000 101110

Color Harmonies of #C821AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C821AB

Black with #C821AB

Text Example


Text Example

White with #C821AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C821AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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