Html Css Color HEX #C03574 Medium Red Violet

📋 copy color: '#C03574'

red 192 ◦ green 53 ◦ blue 116

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

Shades of Medium Red Violet #C03574

Tints of Medium Red Violet #C03574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 53.19%
G = 14.68%
B = 32.13%

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

#C03574 (or 0xC03574) is known color: Medium Red Violet. HEX triplet: C0, 35 and 74. RGB value is (192,53,116). Sum of RGB (Red+Green+Blue) = 192+53+116=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C03574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03574 is #3FCA8B. Grayscale: #656565. Windows color (decimal): -4180620 or 7615936. OLE color: 7615936.

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

Color convert

RGB 192 53 116 -
CMYK 0 0.72 0.40 0.25
HSL 332.81º 0.57% 0.48% -
HSV(B) 332.81º 0.72% 0.75% -
XYZ 26.16 15.01 18.04 -
YUV 101.74 136.05 192.38 -
System Red Green Blue C M Y K H S L
Decimal 192 53 116 0 0.72 0.40 0.25 332.81 0.57 0.48
Hex C0 35 74 0 48 28 19 14D 39 30
Octal 300 65 164 0 110 50 31 515 71 60
Binary 11000000 110101 1110100 0 1001000 101000 11001 101001101 111001 110000

Color Harmonies of #C03574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03574

Black with #C03574

Text Example


Text Example

White with #C03574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03574; }

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

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

background-color css

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

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

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

border-color css

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

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

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