Html Css Color HEX #C20198 Medium Violet Red

📋 copy color: '#C20198'

red 194 ◦ green 1 ◦ blue 152

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

Shades of Medium Violet Red #C20198

Tints of Medium Violet Red #C20198

RGB

 RED value IS 194 (76.17% from 255) = 55.91%

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

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

R = 55.91%
G = 0.29%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C20198 (or 0xC20198) is known color: Medium Violet Red. HEX triplet: C2, 01 and 98. RGB value is (194,1,152). Sum of RGB (Red+Green+Blue) = 194+1+152=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C20198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20198 is #3DFE67. Grayscale: #4B4B4B. Windows color (decimal): -4062824 or 9961922. OLE color: 9961922.

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

Color convert

RGB 194 1 152 -
CMYK 0 0.99 0.22 0.24
HSL 313.06º 0.99% 0.38% -
HSV(B) 313.06º 0.99% 0.76% -
XYZ 27.93 13.76 30.89 -
YUV 75.92 170.94 212.22 -
System Red Green Blue C M Y K H S L
Decimal 194 1 152 0 0.99 0.22 0.24 313.06 0.99 0.38
Hex C2 1 98 0 63 16 18 139 63 26
Octal 302 1 230 0 143 26 30 471 143 46
Binary 11000010 1 10011000 0 1100011 10110 11000 100111001 1100011 100110

Color Harmonies of #C20198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20198

Black with #C20198

Text Example


Text Example

White with #C20198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20198; }

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

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

background-color css

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

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

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

border-color css

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

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

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