Html Css Color HEX #C30495 Medium Violet Red

📋 copy color: '#C30495'

red 195 ◦ green 4 ◦ blue 149

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

Shades of Medium Violet Red #C30495

Tints of Medium Violet Red #C30495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

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

R = 56.03%
G = 1.15%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C30495 (or 0xC30495) is known color: Medium Violet Red. HEX triplet: C3, 04 and 95. RGB value is (195,4,149). Sum of RGB (Red+Green+Blue) = 195+4+149=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C30495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30495 is #3CFB6A. Grayscale: #4D4D4D. Windows color (decimal): -3996523 or 9766083. OLE color: 9766083.

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

Color convert

RGB 195 4 149 -
CMYK 0 0.98 0.24 0.24
HSL 314.45º 0.96% 0.39% -
HSV(B) 314.45º 0.98% 0.76% -
XYZ 27.97 13.86 29.63 -
YUV 77.64 168.28 211.71 -
System Red Green Blue C M Y K H S L
Decimal 195 4 149 0 0.98 0.24 0.24 314.45 0.96 0.39
Hex C3 4 95 0 62 18 18 13A 60 27
Octal 303 4 225 0 142 30 30 472 140 47
Binary 11000011 100 10010101 0 1100010 11000 11000 100111010 1100000 100111

Color Harmonies of #C30495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30495

Black with #C30495

Text Example


Text Example

White with #C30495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30495; }

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

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

background-color css

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

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

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

border-color css

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

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

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