Html Css Color HEX #C03180 Medium Red Violet

📋 copy color: '#C03180'

red 192 ◦ green 49 ◦ blue 128

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

Shades of Medium Red Violet #C03180

Tints of Medium Red Violet #C03180

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.28%

 BLUE value IS 128 (50.39% from 255) = 34.69%

R = 52.03%
G = 13.28%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C03180 (or 0xC03180) is known color: Medium Red Violet. HEX triplet: C0, 31 and 80. RGB value is (192,49,128). Sum of RGB (Red+Green+Blue) = 192+49+128=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C03180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03180 is #3FCE7F. Grayscale: #646464. Windows color (decimal): -4181632 or 8401344. OLE color: 8401344.

HSL color Cylindrical-coordinate representation of color #C03180: hue angle of 326.85º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03180 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 128 -
CMYK 0 0.74 0.33 0.25
HSL 326.85º 0.59% 0.47% -
HSV(B) 326.85º 0.74% 0.75% -
XYZ 26.73 14.96 21.9 -
YUV 100.76 143.38 193.08 -
System Red Green Blue C M Y K H S L
Decimal 192 49 128 0 0.74 0.33 0.25 326.85 0.59 0.47
Hex C0 31 80 0 4A 21 19 147 3B 2F
Octal 300 61 200 0 112 41 31 507 73 57
Binary 11000000 110001 10000000 0 1001010 100001 11001 101000111 111011 101111

Color Harmonies of #C03180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03180

Black with #C03180

Text Example


Text Example

White with #C03180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03180; }

 p { color: rgb(192,49,128); }

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

background-color css

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

 a { background-color: rgb(192,49,128); }

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

border-color css

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

 span { border-color: rgb(192,49,128); }

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