Html Css Color HEX #C30980 Medium Violet Red

📋 copy color: '#C30980'

red 195 ◦ green 9 ◦ blue 128

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

Shades of Medium Violet Red #C30980

Tints of Medium Violet Red #C30980

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.71%

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

R = 58.73%
G = 2.71%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C30980 (or 0xC30980) is known color: Medium Violet Red. HEX triplet: C3, 09 and 80. RGB value is (195,9,128). Sum of RGB (Red+Green+Blue) = 195+9+128=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C30980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30980 is #3CF67F. Grayscale: #4D4D4D. Windows color (decimal): -3995264 or 8391107. OLE color: 8391107.

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

Color convert

RGB 195 9 128 -
CMYK 0 0.95 0.34 0.24
HSL 321.61º 0.91% 0.4% -
HSV(B) 321.61º 0.95% 0.76% -
XYZ 26.5 13.36 21.6 -
YUV 78.18 156.12 211.32 -
System Red Green Blue C M Y K H S L
Decimal 195 9 128 0 0.95 0.34 0.24 321.61 0.91 0.4
Hex C3 9 80 0 5F 22 18 142 5B 28
Octal 303 11 200 0 137 42 30 502 133 50
Binary 11000011 1001 10000000 0 1011111 100010 11000 101000010 1011011 101000

Color Harmonies of #C30980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30980

Black with #C30980

Text Example


Text Example

White with #C30980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30980; }

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

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

background-color css

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

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

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

border-color css

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

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

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