Html Css Color HEX #C30580 Medium Violet Red

📋 copy color: '#C30580'

red 195 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #C30580

Tints of Medium Violet Red #C30580

RGB

 RED value IS 195 (76.56% from 255) = 59.45%

 GREEN value IS 5 (2.34% from 255) = 1.52%

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

R = 59.45%
G = 1.52%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C30580 (or 0xC30580) is known color: Medium Violet Red. HEX triplet: C3, 05 and 80. RGB value is (195,5,128). Sum of RGB (Red+Green+Blue) = 195+5+128=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C30580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30580 is #3CFA7F. Grayscale: #4B4B4B. Windows color (decimal): -3996288 or 8390083. OLE color: 8390083.

HSL color Cylindrical-coordinate representation of color #C30580: hue angle of 321.16º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30580 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 5 128 -
CMYK 0 0.97 0.34 0.24
HSL 321.16º 0.95% 0.39% -
HSV(B) 321.16º 0.97% 0.76% -
XYZ 26.46 13.27 21.59 -
YUV 75.83 157.45 213 -
System Red Green Blue C M Y K H S L
Decimal 195 5 128 0 0.97 0.34 0.24 321.16 0.95 0.39
Hex C3 5 80 0 61 22 18 141 5F 27
Octal 303 5 200 0 141 42 30 501 137 47
Binary 11000011 101 10000000 0 1100001 100010 11000 101000001 1011111 100111

Color Harmonies of #C30580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30580

Black with #C30580

Text Example


Text Example

White with #C30580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30580; }

 p { color: rgb(195,5,128); }

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

background-color css

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

 a { background-color: rgb(195,5,128); }

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

border-color css

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

 span { border-color: rgb(195,5,128); }

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