Html Css Color HEX #C30080 Medium Violet Red

📋 copy color: '#C30080'

red 195 ◦ green 0 ◦ blue 128

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

Shades of Medium Violet Red #C30080

Tints of Medium Violet Red #C30080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.37%
G = 0%
B = 39.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C30080 (or 0xC30080) is known color: Medium Violet Red. HEX triplet: C3, 00 and 80. RGB value is (195,0,128). Sum of RGB (Red+Green+Blue) = 195+0+128=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C30080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30080 is #3CFF7F. Grayscale: #484848. Windows color (decimal): -3997568 or 8388803. OLE color: 8388803.

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

Color convert

RGB 195 0 128 -
CMYK 0 1 0.34 0.24
HSL 320.62º 1% 0.38% -
HSV(B) 320.62º 1% 0.76% -
XYZ 26.4 13.16 21.57 -
YUV 72.9 159.1 215.09 -
System Red Green Blue C M Y K H S L
Decimal 195 0 128 0 1 0.34 0.24 320.62 1 0.38
Hex C3 0 80 0 64 22 18 141 64 26
Octal 303 0 200 0 144 42 30 501 144 46
Binary 11000011 0 10000000 0 1100100 100010 11000 101000001 1100100 100110

Color Harmonies of #C30080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30080

Black with #C30080

Text Example


Text Example

White with #C30080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30080; }

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

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

background-color css

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

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

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

border-color css

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

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

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