Html Css Color HEX #C30595 Medium Violet Red

📋 copy color: '#C30595'

red 195 ◦ green 5 ◦ blue 149

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

Shades of Medium Violet Red #C30595

Tints of Medium Violet Red #C30595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.69%

R = 55.87%
G = 1.43%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C30595 (or 0xC30595) is known color: Medium Violet Red. HEX triplet: C3, 05 and 95. RGB value is (195,5,149). Sum of RGB (Red+Green+Blue) = 195+5+149=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C30595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30595 is #3CFA6A. Grayscale: #4D4D4D. Windows color (decimal): -3996267 or 9766339. OLE color: 9766339.

HSL color Cylindrical-coordinate representation of color #C30595: hue angle of 314.53º 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 #C30595 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 5 149 -
CMYK 0 0.97 0.24 0.24
HSL 314.53º 0.95% 0.39% -
HSV(B) 314.53º 0.97% 0.76% -
XYZ 27.98 13.88 29.64 -
YUV 78.23 167.95 211.29 -
System Red Green Blue C M Y K H S L
Decimal 195 5 149 0 0.97 0.24 0.24 314.53 0.95 0.39
Hex C3 5 95 0 61 18 18 13B 5F 27
Octal 303 5 225 0 141 30 30 473 137 47
Binary 11000011 101 10010101 0 1100001 11000 11000 100111011 1011111 100111

Color Harmonies of #C30595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30595

Black with #C30595

Text Example


Text Example

White with #C30595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30595; }

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

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

background-color css

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

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

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

border-color css

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

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

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