Html Css Color HEX #C03572 Medium Red Violet

📋 copy color: '#C03572'

red 192 ◦ green 53 ◦ blue 114

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

Shades of Medium Red Violet #C03572

Tints of Medium Red Violet #C03572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.75%

R = 53.48%
G = 14.76%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C03572 (or 0xC03572) is known color: Medium Red Violet. HEX triplet: C0, 35 and 72. RGB value is (192,53,114). Sum of RGB (Red+Green+Blue) = 192+53+114=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C03572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03572 is #3FCA8D. Grayscale: #656565. Windows color (decimal): -4180622 or 7484864. OLE color: 7484864.

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

Color convert

RGB 192 53 114 -
CMYK 0 0.72 0.41 0.25
HSL 333.67º 0.57% 0.48% -
HSV(B) 333.67º 0.72% 0.75% -
XYZ 26.05 14.97 17.44 -
YUV 101.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 192 53 114 0 0.72 0.41 0.25 333.67 0.57 0.48
Hex C0 35 72 0 48 29 19 14E 39 30
Octal 300 65 162 0 110 51 31 516 71 60
Binary 11000000 110101 1110010 0 1001000 101001 11001 101001110 111001 110000

Color Harmonies of #C03572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03572

Black with #C03572

Text Example


Text Example

White with #C03572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03572; }

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

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

background-color css

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

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

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

border-color css

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

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

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