Html Css Color HEX #C03593 Medium Red Violet

📋 copy color: '#C03593'

red 192 ◦ green 53 ◦ blue 147

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

Shades of Medium Red Violet #C03593

Tints of Medium Red Violet #C03593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.5%

R = 48.98%
G = 13.52%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C03593 (or 0xC03593) is known color: Medium Red Violet. HEX triplet: C0, 35 and 93. RGB value is (192,53,147). Sum of RGB (Red+Green+Blue) = 192+53+147=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C03593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03593 is #3FCA6C. Grayscale: #696969. Windows color (decimal): -4180589 or 9647552. OLE color: 9647552.

HSL color Cylindrical-coordinate representation of color #C03593: hue angle of 319.42º 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 #C03593 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 147 -
CMYK 0 0.72 0.23 0.25
HSL 319.42º 0.57% 0.48% -
HSV(B) 319.42º 0.72% 0.75% -
XYZ 28.28 15.86 29.17 -
YUV 105.28 151.55 189.86 -
System Red Green Blue C M Y K H S L
Decimal 192 53 147 0 0.72 0.23 0.25 319.42 0.57 0.48
Hex C0 35 93 0 48 17 19 13F 39 30
Octal 300 65 223 0 110 27 31 477 71 60
Binary 11000000 110101 10010011 0 1001000 10111 11001 100111111 111001 110000

Color Harmonies of #C03593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03593

Black with #C03593

Text Example


Text Example

White with #C03593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03593; }

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

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

background-color css

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

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

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

border-color css

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

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

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