Html Css Color HEX #C41198 Medium Violet Red

📋 copy color: '#C41198'

red 196 ◦ green 17 ◦ blue 152

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

Shades of Medium Violet Red #C41198

Tints of Medium Violet Red #C41198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.66%

 BLUE value IS 152 (59.77% from 255) = 41.64%

R = 53.7%
G = 4.66%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C41198 (or 0xC41198) is known color: Medium Violet Red. HEX triplet: C4, 11 and 98. RGB value is (196,17,152). Sum of RGB (Red+Green+Blue) = 196+17+152=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C41198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41198 is #3BEE67. Grayscale: #555555. Windows color (decimal): -3927656 or 9966020. OLE color: 9966020.

HSL color Cylindrical-coordinate representation of color #C41198: hue angle of 314.75º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41198 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 17 152 -
CMYK 0 0.91 0.22 0.23
HSL 314.75º 0.84% 0.42% -
HSV(B) 314.75º 0.91% 0.77% -
XYZ 28.63 14.4 30.98 -
YUV 85.91 165.3 206.52 -
System Red Green Blue C M Y K H S L
Decimal 196 17 152 0 0.91 0.22 0.23 314.75 0.84 0.42
Hex C4 11 98 0 5B 16 17 13B 54 2A
Octal 304 21 230 0 133 26 27 473 124 52
Binary 11000100 10001 10011000 0 1011011 10110 10111 100111011 1010100 101010

Color Harmonies of #C41198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41198

Black with #C41198

Text Example


Text Example

White with #C41198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41198; }

 p { color: rgb(196,17,152); }

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

background-color css

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

 a { background-color: rgb(196,17,152); }

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

border-color css

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

 span { border-color: rgb(196,17,152); }

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