Html Css Color HEX #C42497 Medium Violet Red

📋 copy color: '#C42497'

red 196 ◦ green 36 ◦ blue 151

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

Shades of Medium Violet Red #C42497

Tints of Medium Violet Red #C42497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.4%

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

R = 51.17%
G = 9.4%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C42497 (or 0xC42497) is known color: Medium Violet Red. HEX triplet: C4, 24 and 97. RGB value is (196,36,151). Sum of RGB (Red+Green+Blue) = 196+36+151=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C42497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42497 is #3BDB68. Grayscale: #606060. Windows color (decimal): -3922793 or 9905348. OLE color: 9905348.

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

Color convert

RGB 196 36 151 -
CMYK 0 0.82 0.23 0.23
HSL 316.88º 0.69% 0.45% -
HSV(B) 316.88º 0.82% 0.77% -
XYZ 28.98 15.23 30.69 -
YUV 96.95 158.51 198.65 -
System Red Green Blue C M Y K H S L
Decimal 196 36 151 0 0.82 0.23 0.23 316.88 0.69 0.45
Hex C4 24 97 0 52 17 17 13D 45 2D
Octal 304 44 227 0 122 27 27 475 105 55
Binary 11000100 100100 10010111 0 1010010 10111 10111 100111101 1000101 101101

Color Harmonies of #C42497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42497

Black with #C42497

Text Example


Text Example

White with #C42497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42497; }

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

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

background-color css

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

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

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

border-color css

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

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

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