Html Css Color HEX #C01C98 Medium Violet Red

📋 copy color: '#C01C98'

red 192 ◦ green 28 ◦ blue 152

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

Shades of Medium Violet Red #C01C98

Tints of Medium Violet Red #C01C98

RGB

 RED value IS 192 (75.39% from 255) = 51.61%

 GREEN value IS 28 (11.33% from 255) = 7.53%

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

R = 51.61%
G = 7.53%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C01C98 (or 0xC01C98) is known color: Medium Violet Red. HEX triplet: C0, 1C and 98. RGB value is (192,28,152). Sum of RGB (Red+Green+Blue) = 192+28+152=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01C98 is #3FE367. Grayscale: #5A5A5A. Windows color (decimal): -4186984 or 9968832. OLE color: 9968832.

HSL color Cylindrical-coordinate representation of color #C01C98: hue angle of 314.63º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C98 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 28 152 -
CMYK 0 0.85 0.21 0.25
HSL 314.63º 0.75% 0.43% -
HSV(B) 314.63º 0.85% 0.75% -
XYZ 27.82 14.3 31 -
YUV 91.17 162.33 199.92 -
System Red Green Blue C M Y K H S L
Decimal 192 28 152 0 0.85 0.21 0.25 314.63 0.75 0.43
Hex C0 1C 98 0 55 15 19 13B 4B 2B
Octal 300 34 230 0 125 25 31 473 113 53
Binary 11000000 11100 10011000 0 1010101 10101 11001 100111011 1001011 101011

Color Harmonies of #C01C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01C98

Black with #C01C98

Text Example


Text Example

White with #C01C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01C98; }

 p { color: rgb(192,28,152); }

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

background-color css

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

 a { background-color: rgb(192,28,152); }

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

border-color css

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

 span { border-color: rgb(192,28,152); }

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