Html Css Color HEX #C01098 Medium Violet Red

📋 copy color: '#C01098'

red 192 ◦ green 16 ◦ blue 152

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

Shades of Medium Violet Red #C01098

Tints of Medium Violet Red #C01098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.44%

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

R = 53.33%
G = 4.44%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C01098 (or 0xC01098) is known color: Medium Violet Red. HEX triplet: C0, 10 and 98. RGB value is (192,16,152). Sum of RGB (Red+Green+Blue) = 192+16+152=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C01098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01098 is #3FEF67. Grayscale: #535353. Windows color (decimal): -4190056 or 9965760. OLE color: 9965760.

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

Color convert

RGB 192 16 152 -
CMYK 0 0.92 0.21 0.25
HSL 313.64º 0.85% 0.41% -
HSV(B) 313.64º 0.92% 0.75% -
XYZ 27.59 13.84 30.92 -
YUV 84.13 166.31 204.94 -
System Red Green Blue C M Y K H S L
Decimal 192 16 152 0 0.92 0.21 0.25 313.64 0.85 0.41
Hex C0 10 98 0 5C 15 19 13A 55 29
Octal 300 20 230 0 134 25 31 472 125 51
Binary 11000000 10000 10011000 0 1011100 10101 11001 100111010 1010101 101001

Color Harmonies of #C01098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01098

Black with #C01098

Text Example


Text Example

White with #C01098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01098; }

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

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

background-color css

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

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

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

border-color css

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

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

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