Html Css Color HEX #C42AAA Medium Red Violet

📋 copy color: '#C42AAA'

red 196 ◦ green 42 ◦ blue 170

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

Shades of Medium Red Violet #C42AAA

Tints of Medium Red Violet #C42AAA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.29%

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

R = 48.04%
G = 10.29%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C42AAA (or 0xC42AAA) is known color: Medium Red Violet. HEX triplet: C4, 2A and AA. RGB value is (196,42,170). Sum of RGB (Red+Green+Blue) = 196+42+170=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C42AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42AAA is #3BD555. Grayscale: #666666. Windows color (decimal): -3921238 or 11152068. OLE color: 11152068.

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

Color convert

RGB 196 42 170 -
CMYK 0 0.79 0.13 0.23
HSL 310.13º 0.65% 0.47% -
HSV(B) 310.13º 0.79% 0.77% -
XYZ 30.85 16.29 39.55 -
YUV 102.64 166.02 194.59 -
System Red Green Blue C M Y K H S L
Decimal 196 42 170 0 0.79 0.13 0.23 310.13 0.65 0.47
Hex C4 2A AA 0 4F D 17 136 41 2F
Octal 304 52 252 0 117 15 27 466 101 57
Binary 11000100 101010 10101010 0 1001111 1101 10111 100110110 1000001 101111

Color Harmonies of #C42AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42AAA

Black with #C42AAA

Text Example


Text Example

White with #C42AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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