Html Css Color HEX #C40198 Medium Violet Red

📋 copy color: '#C40198'

red 196 ◦ green 1 ◦ blue 152

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

Shades of Medium Violet Red #C40198

Tints of Medium Violet Red #C40198

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 56.16%
G = 0.29%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C40198 (or 0xC40198) is known color: Medium Violet Red. HEX triplet: C4, 01 and 98. RGB value is (196,1,152). Sum of RGB (Red+Green+Blue) = 196+1+152=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C40198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40198 is #3BFE67. Grayscale: #4C4C4C. Windows color (decimal): -3931752 or 9961924. OLE color: 9961924.

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

Color convert

RGB 196 1 152 -
CMYK 0 0.99 0.22 0.23
HSL 313.54º 0.99% 0.39% -
HSV(B) 313.54º 0.99% 0.77% -
XYZ 28.44 14.02 30.91 -
YUV 76.52 170.6 213.22 -
System Red Green Blue C M Y K H S L
Decimal 196 1 152 0 0.99 0.22 0.23 313.54 0.99 0.39
Hex C4 1 98 0 63 16 17 13A 63 27
Octal 304 1 230 0 143 26 27 472 143 47
Binary 11000100 1 10011000 0 1100011 10110 10111 100111010 1100011 100111

Color Harmonies of #C40198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40198

Black with #C40198

Text Example


Text Example

White with #C40198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40198; }

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

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

background-color css

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

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

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

border-color css

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

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

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