Html Css Color HEX #C42DAA Medium Red Violet

📋 copy color: '#C42DAA'

red 196 ◦ green 45 ◦ blue 170

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

Shades of Medium Red Violet #C42DAA

Tints of Medium Red Violet #C42DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.95%

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

R = 47.69%
G = 10.95%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C42DAA (or 0xC42DAA) is known color: Medium Red Violet. HEX triplet: C4, 2D and AA. RGB value is (196,45,170). Sum of RGB (Red+Green+Blue) = 196+45+170=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42DAA is #3BD255. Grayscale: #686868. Windows color (decimal): -3920470 or 11152836. OLE color: 11152836.

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

Color convert

RGB 196 45 170 -
CMYK 0 0.77 0.13 0.23
HSL 310.33º 0.63% 0.47% -
HSV(B) 310.33º 0.77% 0.77% -
XYZ 30.96 16.51 39.59 -
YUV 104.4 165.03 193.34 -
System Red Green Blue C M Y K H S L
Decimal 196 45 170 0 0.77 0.13 0.23 310.33 0.63 0.47
Hex C4 2D AA 0 4D D 17 136 3F 2F
Octal 304 55 252 0 115 15 27 466 77 57
Binary 11000100 101101 10101010 0 1001101 1101 10111 100110110 111111 101111

Color Harmonies of #C42DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DAA

Black with #C42DAA

Text Example


Text Example

White with #C42DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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