Html Css Color HEX #C42EAA Medium Red Violet

📋 copy color: '#C42EAA'

red 196 ◦ green 46 ◦ blue 170

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

Shades of Medium Red Violet #C42EAA

Tints of Medium Red Violet #C42EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.17%

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

R = 47.57%
G = 11.17%
B = 41.26%

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

#C42EAA (or 0xC42EAA) is known color: Medium Red Violet. HEX triplet: C4, 2E and AA. RGB value is (196,46,170). Sum of RGB (Red+Green+Blue) = 196+46+170=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C42EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42EAA is #3BD155. Grayscale: #686868. Windows color (decimal): -3920214 or 11153092. OLE color: 11153092.

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

Color convert

RGB 196 46 170 -
CMYK 0 0.77 0.13 0.23
HSL 310.4º 0.62% 0.47% -
HSV(B) 310.4º 0.77% 0.77% -
XYZ 31 16.59 39.6 -
YUV 104.99 164.7 192.92 -
System Red Green Blue C M Y K H S L
Decimal 196 46 170 0 0.77 0.13 0.23 310.4 0.62 0.47
Hex C4 2E AA 0 4D D 17 136 3E 2F
Octal 304 56 252 0 115 15 27 466 76 57
Binary 11000100 101110 10101010 0 1001101 1101 10111 100110110 111110 101111

Color Harmonies of #C42EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42EAA

Black with #C42EAA

Text Example


Text Example

White with #C42EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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