Html Css Color HEX #C03582 Medium Red Violet

📋 copy color: '#C03582'

red 192 ◦ green 53 ◦ blue 130

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

Shades of Medium Red Violet #C03582

Tints of Medium Red Violet #C03582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 51.2%
G = 14.13%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C03582 (or 0xC03582) is known color: Medium Red Violet. HEX triplet: C0, 35 and 82. RGB value is (192,53,130). Sum of RGB (Red+Green+Blue) = 192+53+130=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C03582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03582 is #3FCA7D. Grayscale: #676767. Windows color (decimal): -4180606 or 8533440. OLE color: 8533440.

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

Color convert

RGB 192 53 130 -
CMYK 0 0.72 0.32 0.25
HSL 326.76º 0.57% 0.48% -
HSV(B) 326.76º 0.72% 0.75% -
XYZ 27.04 15.36 22.66 -
YUV 103.34 143.05 191.24 -
System Red Green Blue C M Y K H S L
Decimal 192 53 130 0 0.72 0.32 0.25 326.76 0.57 0.48
Hex C0 35 82 0 48 20 19 147 39 30
Octal 300 65 202 0 110 40 31 507 71 60
Binary 11000000 110101 10000010 0 1001000 100000 11001 101000111 111001 110000

Color Harmonies of #C03582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03582

Black with #C03582

Text Example


Text Example

White with #C03582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03582; }

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

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

background-color css

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

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

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

border-color css

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

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

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