Html Css Color HEX #C41C97 Medium Violet Red

📋 copy color: '#C41C97'

red 196 ◦ green 28 ◦ blue 151

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

Shades of Medium Violet Red #C41C97

Tints of Medium Violet Red #C41C97

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.47%

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

R = 52.27%
G = 7.47%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C41C97 (or 0xC41C97) is known color: Medium Violet Red. HEX triplet: C4, 1C and 97. RGB value is (196,28,151). Sum of RGB (Red+Green+Blue) = 196+28+151=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41C97 is #3BE368. Grayscale: #5B5B5B. Windows color (decimal): -3924841 or 9903300. OLE color: 9903300.

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

Color convert

RGB 196 28 151 -
CMYK 0 0.86 0.23 0.23
HSL 316.07º 0.75% 0.44% -
HSV(B) 316.07º 0.86% 0.77% -
XYZ 28.77 14.8 30.62 -
YUV 92.25 161.16 202 -
System Red Green Blue C M Y K H S L
Decimal 196 28 151 0 0.86 0.23 0.23 316.07 0.75 0.44
Hex C4 1C 97 0 56 17 17 13C 4B 2C
Octal 304 34 227 0 126 27 27 474 113 54
Binary 11000100 11100 10010111 0 1010110 10111 10111 100111100 1001011 101100

Color Harmonies of #C41C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C97

Black with #C41C97

Text Example


Text Example

White with #C41C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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