Html Css Color HEX #C30180 Medium Violet Red

📋 copy color: '#C30180'

red 195 ◦ green 1 ◦ blue 128

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

Shades of Medium Violet Red #C30180

Tints of Medium Violet Red #C30180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 60.19%
G = 0.31%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C30180 (or 0xC30180) is known color: Medium Violet Red. HEX triplet: C3, 01 and 80. RGB value is (195,1,128). Sum of RGB (Red+Green+Blue) = 195+1+128=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C30180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30180 is #3CFE7F. Grayscale: #494949. Windows color (decimal): -3997312 or 8389059. OLE color: 8389059.

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

Color convert

RGB 195 1 128 -
CMYK 0 0.99 0.34 0.24
HSL 320.72º 0.99% 0.38% -
HSV(B) 320.72º 0.99% 0.76% -
XYZ 26.41 13.18 21.57 -
YUV 73.48 158.77 214.67 -
System Red Green Blue C M Y K H S L
Decimal 195 1 128 0 0.99 0.34 0.24 320.72 0.99 0.38
Hex C3 1 80 0 63 22 18 141 63 26
Octal 303 1 200 0 143 42 30 501 143 46
Binary 11000011 1 10000000 0 1100011 100010 11000 101000001 1100011 100110

Color Harmonies of #C30180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30180

Black with #C30180

Text Example


Text Example

White with #C30180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30180; }

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

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

background-color css

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

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

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

border-color css

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

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

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