Html Css Color HEX #C422AA Medium Violet Red

📋 copy color: '#C422AA'

red 196 ◦ green 34 ◦ blue 170

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

Shades of Medium Violet Red #C422AA

Tints of Medium Violet Red #C422AA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.5%

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

R = 49%
G = 8.5%
B = 42.5%

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

#C422AA (or 0xC422AA) is known color: Medium Violet Red. HEX triplet: C4, 22 and AA. RGB value is (196,34,170). Sum of RGB (Red+Green+Blue) = 196+34+170=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C422AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C422AA is #3BDD55. Grayscale: #616161. Windows color (decimal): -3923286 or 11150020. OLE color: 11150020.

HSL color Cylindrical-coordinate representation of color #C422AA: hue angle of 309.63º degrees, saturation: 0.7, 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 #C422AA is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 34 170 -
CMYK 0 0.83 0.13 0.23
HSL 309.63º 0.7% 0.45% -
HSV(B) 309.63º 0.83% 0.77% -
XYZ 30.59 15.78 39.46 -
YUV 97.94 168.67 197.94 -
System Red Green Blue C M Y K H S L
Decimal 196 34 170 0 0.83 0.13 0.23 309.63 0.7 0.45
Hex C4 22 AA 0 53 D 17 136 46 2D
Octal 304 42 252 0 123 15 27 466 106 55
Binary 11000100 100010 10101010 0 1010011 1101 10111 100110110 1000110 101101

Color Harmonies of #C422AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422AA

Black with #C422AA

Text Example


Text Example

White with #C422AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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