Html Css Color HEX #C12098 Medium Violet Red

📋 copy color: '#C12098'

red 193 ◦ green 32 ◦ blue 152

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

Shades of Medium Violet Red #C12098

Tints of Medium Violet Red #C12098

RGB

 RED value IS 193 (75.78% from 255) = 51.19%

 GREEN value IS 32 (12.89% from 255) = 8.49%

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

R = 51.19%
G = 8.49%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C12098 (or 0xC12098) is known color: Medium Violet Red. HEX triplet: C1, 20 and 98. RGB value is (193,32,152). Sum of RGB (Red+Green+Blue) = 193+32+152=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C12098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12098 is #3EDF67. Grayscale: #5D5D5D. Windows color (decimal): -4120424 or 9969857. OLE color: 9969857.

HSL color Cylindrical-coordinate representation of color #C12098: hue angle of 315.28º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12098 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 152 -
CMYK 0 0.83 0.21 0.24
HSL 315.28º 0.72% 0.44% -
HSV(B) 315.28º 0.83% 0.76% -
XYZ 28.18 14.64 31.05 -
YUV 93.82 160.84 198.74 -
System Red Green Blue C M Y K H S L
Decimal 193 32 152 0 0.83 0.21 0.24 315.28 0.72 0.44
Hex C1 20 98 0 53 15 18 13B 48 2C
Octal 301 40 230 0 123 25 30 473 110 54
Binary 11000001 100000 10011000 0 1010011 10101 11000 100111011 1001000 101100

Color Harmonies of #C12098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12098

Black with #C12098

Text Example


Text Example

White with #C12098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12098; }

 p { color: rgb(193,32,152); }

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

background-color css

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

 a { background-color: rgb(193,32,152); }

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

border-color css

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

 span { border-color: rgb(193,32,152); }

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