Html Css Color HEX #C42A97 Medium Red Violet

📋 copy color: '#C42A97'

red 196 ◦ green 42 ◦ blue 151

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

Shades of Medium Red Violet #C42A97

Tints of Medium Red Violet #C42A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.82%

R = 50.39%
G = 10.8%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C42A97 (or 0xC42A97) is known color: Medium Red Violet. HEX triplet: C4, 2A and 97. RGB value is (196,42,151). Sum of RGB (Red+Green+Blue) = 196+42+151=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42A97 is #3BD568. Grayscale: #646464. Windows color (decimal): -3921257 or 9906884. OLE color: 9906884.

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

Color convert

RGB 196 42 151 -
CMYK 0 0.79 0.23 0.23
HSL 317.53º 0.65% 0.47% -
HSV(B) 317.53º 0.79% 0.77% -
XYZ 29.18 15.63 30.76 -
YUV 100.47 156.52 196.14 -
System Red Green Blue C M Y K H S L
Decimal 196 42 151 0 0.79 0.23 0.23 317.53 0.65 0.47
Hex C4 2A 97 0 4F 17 17 13E 41 2F
Octal 304 52 227 0 117 27 27 476 101 57
Binary 11000100 101010 10010111 0 1001111 10111 10111 100111110 1000001 101111

Color Harmonies of #C42A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42A97

Black with #C42A97

Text Example


Text Example

White with #C42A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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