Html Css Color HEX #C03591 Medium Red Violet

📋 copy color: '#C03591'

red 192 ◦ green 53 ◦ blue 145

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

Shades of Medium Red Violet #C03591

Tints of Medium Red Violet #C03591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.59%

 BLUE value IS 145 (57.03% from 255) = 37.18%

R = 49.23%
G = 13.59%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C03591 (or 0xC03591) is known color: Medium Red Violet. HEX triplet: C0, 35 and 91. RGB value is (192,53,145). Sum of RGB (Red+Green+Blue) = 192+53+145=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C03591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03591 is #3FCA6E. Grayscale: #686868. Windows color (decimal): -4180591 or 9516480. OLE color: 9516480.

HSL color Cylindrical-coordinate representation of color #C03591: hue angle of 320.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03591 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 145 -
CMYK 0 0.72 0.24 0.25
HSL 320.29º 0.57% 0.48% -
HSV(B) 320.29º 0.72% 0.75% -
XYZ 28.12 15.8 28.35 -
YUV 105.05 150.55 190.02 -
System Red Green Blue C M Y K H S L
Decimal 192 53 145 0 0.72 0.24 0.25 320.29 0.57 0.48
Hex C0 35 91 0 48 18 19 140 39 30
Octal 300 65 221 0 110 30 31 500 71 60
Binary 11000000 110101 10010001 0 1001000 11000 11001 101000000 111001 110000

Color Harmonies of #C03591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03591

Black with #C03591

Text Example


Text Example

White with #C03591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03591; }

 p { color: rgb(192,53,145); }

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

background-color css

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

 a { background-color: rgb(192,53,145); }

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

border-color css

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

 span { border-color: rgb(192,53,145); }

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