Html Css Color HEX #C421AA Medium Violet Red

📋 copy color: '#C421AA'

red 196 ◦ green 33 ◦ blue 170

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

Shades of Medium Violet Red #C421AA

Tints of Medium Violet Red #C421AA

RGB

 RED value IS 196 (76.95% from 255) = 49.12%

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

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

R = 49.12%
G = 8.27%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C421AA (or 0xC421AA) is known color: Medium Violet Red. HEX triplet: C4, 21 and AA. RGB value is (196,33,170). Sum of RGB (Red+Green+Blue) = 196+33+170=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C421AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C421AA is #3BDE55. Grayscale: #606060. Windows color (decimal): -3923542 or 11149764. OLE color: 11149764.

HSL color Cylindrical-coordinate representation of color #C421AA: hue angle of 309.57º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C421AA is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 33 170 -
CMYK 0 0.83 0.13 0.23
HSL 309.57º 0.71% 0.45% -
HSV(B) 309.57º 0.83% 0.77% -
XYZ 30.56 15.73 39.45 -
YUV 97.36 169 198.36 -
System Red Green Blue C M Y K H S L
Decimal 196 33 170 0 0.83 0.13 0.23 309.57 0.71 0.45
Hex C4 21 AA 0 53 D 17 136 47 2D
Octal 304 41 252 0 123 15 27 466 107 55
Binary 11000100 100001 10101010 0 1010011 1101 10111 100110110 1000111 101101

Color Harmonies of #C421AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C421AA

Black with #C421AA

Text Example


Text Example

White with #C421AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C421AA; }

 p { color: rgb(196,33,170); }

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

background-color css

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

 a { background-color: rgb(196,33,170); }

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

border-color css

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

 span { border-color: rgb(196,33,170); }

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