Html Css Color HEX #C30594 Medium Violet Red

📋 copy color: '#C30594'

red 195 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #C30594

Tints of Medium Violet Red #C30594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.53%

R = 56.03%
G = 1.44%
B = 42.53%

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

#C30594 (or 0xC30594) is known color: Medium Violet Red. HEX triplet: C3, 05 and 94. RGB value is (195,5,148). Sum of RGB (Red+Green+Blue) = 195+5+148=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C30594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30594 is #3CFA6B. Grayscale: #4D4D4D. Windows color (decimal): -3996268 or 9700803. OLE color: 9700803.

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

Color convert

RGB 195 5 148 -
CMYK 0 0.97 0.24 0.24
HSL 314.84º 0.95% 0.39% -
HSV(B) 314.84º 0.97% 0.76% -
XYZ 27.91 13.85 29.22 -
YUV 78.11 167.45 211.37 -
System Red Green Blue C M Y K H S L
Decimal 195 5 148 0 0.97 0.24 0.24 314.84 0.95 0.39
Hex C3 5 94 0 61 18 18 13B 5F 27
Octal 303 5 224 0 141 30 30 473 137 47
Binary 11000011 101 10010100 0 1100001 11000 11000 100111011 1011111 100111

Color Harmonies of #C30594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30594

Black with #C30594

Text Example


Text Example

White with #C30594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30594; }

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

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

background-color css

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

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

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

border-color css

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

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

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