Html Css Color HEX #C21AAA Medium Violet Red

📋 copy color: '#C21AAA'

red 194 ◦ green 26 ◦ blue 170

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

Shades of Medium Violet Red #C21AAA

Tints of Medium Violet Red #C21AAA

RGB

 RED value IS 194 (76.17% from 255) = 49.74%

 GREEN value IS 26 (10.55% from 255) = 6.67%

 BLUE value IS 170 (66.8% from 255) = 43.59%

R = 49.74%
G = 6.67%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C21AAA (or 0xC21AAA) is known color: Medium Violet Red. HEX triplet: C2, 1A and AA. RGB value is (194,26,170). Sum of RGB (Red+Green+Blue) = 194+26+170=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C21AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21AAA is #3DE555. Grayscale: #5C5C5C. Windows color (decimal): -4056406 or 11147970. OLE color: 11147970.

HSL color Cylindrical-coordinate representation of color #C21AAA: hue angle of 308.57º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21AAA is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 26 170 -
CMYK 0 0.87 0.12 0.24
HSL 308.57º 0.76% 0.43% -
HSV(B) 308.57º 0.87% 0.76% -
XYZ 29.87 15.11 39.37 -
YUV 92.65 171.66 200.29 -
System Red Green Blue C M Y K H S L
Decimal 194 26 170 0 0.87 0.12 0.24 308.57 0.76 0.43
Hex C2 1A AA 0 57 C 18 135 4C 2B
Octal 302 32 252 0 127 14 30 465 114 53
Binary 11000010 11010 10101010 0 1010111 1100 11000 100110101 1001100 101011

Color Harmonies of #C21AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21AAA

Black with #C21AAA

Text Example


Text Example

White with #C21AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21AAA; }

 p { color: rgb(194,26,170); }

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

background-color css

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

 a { background-color: rgb(194,26,170); }

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

border-color css

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

 span { border-color: rgb(194,26,170); }

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