Html Css Color HEX #C42EA9 Medium Red Violet

📋 copy color: '#C42EA9'

red 196 ◦ green 46 ◦ blue 169

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

Shades of Medium Red Violet #C42EA9

Tints of Medium Red Violet #C42EA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.12%

R = 47.69%
G = 11.19%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C42EA9 (or 0xC42EA9) is known color: Medium Red Violet. HEX triplet: C4, 2E and A9. RGB value is (196,46,169). Sum of RGB (Red+Green+Blue) = 196+46+169=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C42EA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42EA9 is #3BD156. Grayscale: #686868. Windows color (decimal): -3920215 or 11087556. OLE color: 11087556.

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

Color convert

RGB 196 46 169 -
CMYK 0 0.77 0.14 0.23
HSL 310.8º 0.62% 0.47% -
HSV(B) 310.8º 0.77% 0.77% -
XYZ 30.9 16.55 39.1 -
YUV 104.87 164.2 193 -
System Red Green Blue C M Y K H S L
Decimal 196 46 169 0 0.77 0.14 0.23 310.8 0.62 0.47
Hex C4 2E A9 0 4D E 17 137 3E 2F
Octal 304 56 251 0 115 16 27 467 76 57
Binary 11000100 101110 10101001 0 1001101 1110 10111 100110111 111110 101111

Color Harmonies of #C42EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42EA9

Black with #C42EA9

Text Example


Text Example

White with #C42EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42EA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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