Html Css Color HEX #C01598 Medium Violet Red

📋 copy color: '#C01598'

red 192 ◦ green 21 ◦ blue 152

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

Shades of Medium Violet Red #C01598

Tints of Medium Violet Red #C01598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.75%

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

R = 52.6%
G = 5.75%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C01598 (or 0xC01598) is known color: Medium Violet Red. HEX triplet: C0, 15 and 98. RGB value is (192,21,152). Sum of RGB (Red+Green+Blue) = 192+21+152=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C01598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01598 is #3FEA67. Grayscale: #565656. Windows color (decimal): -4188776 or 9967040. OLE color: 9967040.

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

Color convert

RGB 192 21 152 -
CMYK 0 0.89 0.21 0.25
HSL 314.04º 0.8% 0.42% -
HSV(B) 314.04º 0.89% 0.75% -
XYZ 27.67 14.01 30.95 -
YUV 87.06 164.65 202.85 -
System Red Green Blue C M Y K H S L
Decimal 192 21 152 0 0.89 0.21 0.25 314.04 0.8 0.42
Hex C0 15 98 0 59 15 19 13A 50 2A
Octal 300 25 230 0 131 25 31 472 120 52
Binary 11000000 10101 10011000 0 1011001 10101 11001 100111010 1010000 101010

Color Harmonies of #C01598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01598

Black with #C01598

Text Example


Text Example

White with #C01598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01598; }

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

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

background-color css

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

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

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

border-color css

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

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

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