Html Css Color HEX #C42697 Medium Red Violet

📋 copy color: '#C42697'

red 196 ◦ green 38 ◦ blue 151

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

Shades of Medium Red Violet #C42697

Tints of Medium Red Violet #C42697

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.87%

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

R = 50.91%
G = 9.87%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C42697 (or 0xC42697) is known color: Medium Red Violet. HEX triplet: C4, 26 and 97. RGB value is (196,38,151). Sum of RGB (Red+Green+Blue) = 196+38+151=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C42697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42697 is #3BD968. Grayscale: #616161. Windows color (decimal): -3922281 or 9905860. OLE color: 9905860.

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

Color convert

RGB 196 38 151 -
CMYK 0 0.81 0.23 0.23
HSL 317.09º 0.68% 0.46% -
HSV(B) 317.09º 0.81% 0.77% -
XYZ 29.04 15.36 30.71 -
YUV 98.12 157.85 197.81 -
System Red Green Blue C M Y K H S L
Decimal 196 38 151 0 0.81 0.23 0.23 317.09 0.68 0.46
Hex C4 26 97 0 51 17 17 13D 44 2E
Octal 304 46 227 0 121 27 27 475 104 56
Binary 11000100 100110 10010111 0 1010001 10111 10111 100111101 1000100 101110

Color Harmonies of #C42697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42697

Black with #C42697

Text Example


Text Example

White with #C42697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42697; }

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

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

background-color css

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

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

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

border-color css

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

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

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