Html Css Color HEX #C03099 Medium Red Violet

📋 copy color: '#C03099'

red 192 ◦ green 48 ◦ blue 153

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

Shades of Medium Red Violet #C03099

Tints of Medium Red Violet #C03099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.21%

 BLUE value IS 153 (60.16% from 255) = 38.93%

R = 48.85%
G = 12.21%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C03099 (or 0xC03099) is known color: Medium Red Violet. HEX triplet: C0, 30 and 99. RGB value is (192,48,153). Sum of RGB (Red+Green+Blue) = 192+48+153=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C03099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03099 is #3FCF66. Grayscale: #666666. Windows color (decimal): -4181863 or 10039488. OLE color: 10039488.

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

Color convert

RGB 192 48 153 -
CMYK 0 0.75 0.20 0.25
HSL 316.25º 0.6% 0.47% -
HSV(B) 316.25º 0.75% 0.75% -
XYZ 28.54 15.62 31.65 -
YUV 103.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 192 48 153 0 0.75 0.20 0.25 316.25 0.6 0.47
Hex C0 30 99 0 4B 14 19 13C 3C 2F
Octal 300 60 231 0 113 24 31 474 74 57
Binary 11000000 110000 10011001 0 1001011 10100 11001 100111100 111100 101111

Color Harmonies of #C03099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03099

Black with #C03099

Text Example


Text Example

White with #C03099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03099; }

 p { color: rgb(192,48,153); }

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

background-color css

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

 a { background-color: rgb(192,48,153); }

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

border-color css

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

 span { border-color: rgb(192,48,153); }

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