Html Css Color HEX #C03073 Medium Red Violet

📋 copy color: '#C03073'

red 192 ◦ green 48 ◦ blue 115

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

Shades of Medium Red Violet #C03073

Tints of Medium Red Violet #C03073

RGB

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

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

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

R = 54.08%
G = 13.52%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C03073 (or 0xC03073) is known color: Medium Red Violet. HEX triplet: C0, 30 and 73. RGB value is (192,48,115). Sum of RGB (Red+Green+Blue) = 192+48+115=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C03073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03073 is #3FCF8C. Grayscale: #626262. Windows color (decimal): -4181901 or 7549120. OLE color: 7549120.

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

Color convert

RGB 192 48 115 -
CMYK 0 0.75 0.40 0.25
HSL 332.08º 0.6% 0.47% -
HSV(B) 332.08º 0.75% 0.75% -
XYZ 25.89 14.56 17.67 -
YUV 98.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 192 48 115 0 0.75 0.40 0.25 332.08 0.6 0.47
Hex C0 30 73 0 4B 28 19 14C 3C 2F
Octal 300 60 163 0 113 50 31 514 74 57
Binary 11000000 110000 1110011 0 1001011 101000 11001 101001100 111100 101111

Color Harmonies of #C03073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03073

Black with #C03073

Text Example


Text Example

White with #C03073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03073; }

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

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

background-color css

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

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

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

border-color css

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

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

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