Html Css Color HEX #C03573 Medium Red Violet

📋 copy color: '#C03573'

red 192 ◦ green 53 ◦ blue 115

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

Shades of Medium Red Violet #C03573

Tints of Medium Red Violet #C03573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.94%

R = 53.33%
G = 14.72%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C03573 (or 0xC03573) is known color: Medium Red Violet. HEX triplet: C0, 35 and 73. RGB value is (192,53,115). Sum of RGB (Red+Green+Blue) = 192+53+115=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C03573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03573 is #3FCA8C. Grayscale: #656565. Windows color (decimal): -4180621 or 7550400. OLE color: 7550400.

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

Color convert

RGB 192 53 115 -
CMYK 0 0.72 0.40 0.25
HSL 333.24º 0.57% 0.48% -
HSV(B) 333.24º 0.72% 0.75% -
XYZ 26.11 14.99 17.74 -
YUV 101.63 135.55 192.46 -
System Red Green Blue C M Y K H S L
Decimal 192 53 115 0 0.72 0.40 0.25 333.24 0.57 0.48
Hex C0 35 73 0 48 28 19 14D 39 30
Octal 300 65 163 0 110 50 31 515 71 60
Binary 11000000 110101 1110011 0 1001000 101000 11001 101001101 111001 110000

Color Harmonies of #C03573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03573

Black with #C03573

Text Example


Text Example

White with #C03573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03573; }

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

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

background-color css

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

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

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

border-color css

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

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

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