Html Css Color HEX #C42997 Medium Red Violet

📋 copy color: '#C42997'

red 196 ◦ green 41 ◦ blue 151

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

Shades of Medium Red Violet #C42997

Tints of Medium Red Violet #C42997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.57%

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

R = 50.52%
G = 10.57%
B = 38.92%

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

#C42997 (or 0xC42997) is known color: Medium Red Violet. HEX triplet: C4, 29 and 97. RGB value is (196,41,151). Sum of RGB (Red+Green+Blue) = 196+41+151=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C42997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42997 is #3BD668. Grayscale: #636363. Windows color (decimal): -3921513 or 9906628. OLE color: 9906628.

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

Color convert

RGB 196 41 151 -
CMYK 0 0.79 0.23 0.23
HSL 317.42º 0.65% 0.46% -
HSV(B) 317.42º 0.79% 0.77% -
XYZ 29.14 15.56 30.74 -
YUV 99.89 156.85 196.56 -
System Red Green Blue C M Y K H S L
Decimal 196 41 151 0 0.79 0.23 0.23 317.42 0.65 0.46
Hex C4 29 97 0 4F 17 17 13D 41 2E
Octal 304 51 227 0 117 27 27 475 101 56
Binary 11000100 101001 10010111 0 1001111 10111 10111 100111101 1000001 101110

Color Harmonies of #C42997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42997

Black with #C42997

Text Example


Text Example

White with #C42997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42997; }

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

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

background-color css

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

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

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

border-color css

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

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

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