Html Css Color HEX #C03199 Medium Red Violet

📋 copy color: '#C03199'

red 192 ◦ green 49 ◦ blue 153

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

Shades of Medium Red Violet #C03199

Tints of Medium Red Violet #C03199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.44%

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

R = 48.73%
G = 12.44%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C03199 (or 0xC03199) is known color: Medium Red Violet. HEX triplet: C0, 31 and 99. RGB value is (192,49,153). Sum of RGB (Red+Green+Blue) = 192+49+153=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C03199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03199 is #3FCE66. Grayscale: #676767. Windows color (decimal): -4181607 or 10039744. OLE color: 10039744.

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

Color convert

RGB 192 49 153 -
CMYK 0 0.74 0.20 0.25
HSL 316.36º 0.59% 0.47% -
HSV(B) 316.36º 0.74% 0.75% -
XYZ 28.59 15.7 31.66 -
YUV 103.61 155.88 191.04 -
System Red Green Blue C M Y K H S L
Decimal 192 49 153 0 0.74 0.20 0.25 316.36 0.59 0.47
Hex C0 31 99 0 4A 14 19 13C 3B 2F
Octal 300 61 231 0 112 24 31 474 73 57
Binary 11000000 110001 10011001 0 1001010 10100 11001 100111100 111011 101111

Color Harmonies of #C03199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03199

Black with #C03199

Text Example


Text Example

White with #C03199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03199; }

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

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

background-color css

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

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

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

border-color css

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

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

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