Html Css Color HEX #C21198 Medium Violet Red

📋 copy color: '#C21198'

red 194 ◦ green 17 ◦ blue 152

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

Shades of Medium Violet Red #C21198

Tints of Medium Violet Red #C21198

RGB

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

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

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

R = 53.44%
G = 4.68%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C21198 (or 0xC21198) is known color: Medium Violet Red. HEX triplet: C2, 11 and 98. RGB value is (194,17,152). Sum of RGB (Red+Green+Blue) = 194+17+152=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C21198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21198 is #3DEE67. Grayscale: #545454. Windows color (decimal): -4058728 or 9966018. OLE color: 9966018.

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

Color convert

RGB 194 17 152 -
CMYK 0 0.91 0.22 0.24
HSL 314.24º 0.84% 0.41% -
HSV(B) 314.24º 0.91% 0.76% -
XYZ 28.12 14.14 30.95 -
YUV 85.31 165.64 205.52 -
System Red Green Blue C M Y K H S L
Decimal 194 17 152 0 0.91 0.22 0.24 314.24 0.84 0.41
Hex C2 11 98 0 5B 16 18 13A 54 29
Octal 302 21 230 0 133 26 30 472 124 51
Binary 11000010 10001 10011000 0 1011011 10110 11000 100111010 1010100 101001

Color Harmonies of #C21198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21198

Black with #C21198

Text Example


Text Example

White with #C21198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21198; }

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

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

background-color css

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

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

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

border-color css

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

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

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