Html Css Color HEX #C21AA3 Medium Violet Red

📋 copy color: '#C21AA3'

red 194 ◦ green 26 ◦ blue 163

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

Shades of Medium Violet Red #C21AA3

Tints of Medium Violet Red #C21AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.56%

R = 50.65%
G = 6.79%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C21AA3 (or 0xC21AA3) is known color: Medium Violet Red. HEX triplet: C2, 1A and A3. RGB value is (194,26,163). Sum of RGB (Red+Green+Blue) = 194+26+163=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C21AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21AA3 is #3DE55C. Grayscale: #5B5B5B. Windows color (decimal): -4056413 or 10689218. OLE color: 10689218.

HSL color Cylindrical-coordinate representation of color #C21AA3: hue angle of 311.07º 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 #C21AA3 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 26 163 -
CMYK 0 0.87 0.16 0.24
HSL 311.07º 0.76% 0.43% -
HSV(B) 311.07º 0.87% 0.76% -
XYZ 29.23 14.85 35.98 -
YUV 91.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 194 26 163 0 0.87 0.16 0.24 311.07 0.76 0.43
Hex C2 1A A3 0 57 10 18 137 4C 2B
Octal 302 32 243 0 127 20 30 467 114 53
Binary 11000010 11010 10100011 0 1010111 10000 11000 100110111 1001100 101011

Color Harmonies of #C21AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21AA3

Black with #C21AA3

Text Example


Text Example

White with #C21AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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