Html Css Color HEX #C42897 Medium Red Violet

📋 copy color: '#C42897'

red 196 ◦ green 40 ◦ blue 151

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

Shades of Medium Red Violet #C42897

Tints of Medium Red Violet #C42897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.34%

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

R = 50.65%
G = 10.34%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C42897 (or 0xC42897) is known color: Medium Red Violet. HEX triplet: C4, 28 and 97. RGB value is (196,40,151). Sum of RGB (Red+Green+Blue) = 196+40+151=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C42897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42897 is #3BD768. Grayscale: #636363. Windows color (decimal): -3921769 or 9906372. OLE color: 9906372.

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

Color convert

RGB 196 40 151 -
CMYK 0 0.80 0.23 0.23
HSL 317.31º 0.66% 0.46% -
HSV(B) 317.31º 0.8% 0.77% -
XYZ 29.11 15.49 30.73 -
YUV 99.3 157.18 196.97 -
System Red Green Blue C M Y K H S L
Decimal 196 40 151 0 0.80 0.23 0.23 317.31 0.66 0.46
Hex C4 28 97 0 50 17 17 13D 42 2E
Octal 304 50 227 0 120 27 27 475 102 56
Binary 11000100 101000 10010111 0 1010000 10111 10111 100111101 1000010 101110

Color Harmonies of #C42897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42897

Black with #C42897

Text Example


Text Example

White with #C42897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42897; }

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

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

background-color css

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

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

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

border-color css

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

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

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