Html Css Color HEX #C30590 Medium Violet Red

📋 copy color: '#C30590'

red 195 ◦ green 5 ◦ blue 144

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

Shades of Medium Violet Red #C30590

Tints of Medium Violet Red #C30590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.86%

R = 56.69%
G = 1.45%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C30590 (or 0xC30590) is known color: Medium Violet Red. HEX triplet: C3, 05 and 90. RGB value is (195,5,144). Sum of RGB (Red+Green+Blue) = 195+5+144=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C30590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30590 is #3CFA6F. Grayscale: #4D4D4D. Windows color (decimal): -3996272 or 9438659. OLE color: 9438659.

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

Color convert

RGB 195 5 144 -
CMYK 0 0.97 0.26 0.24
HSL 316.11º 0.95% 0.39% -
HSV(B) 316.11º 0.97% 0.76% -
XYZ 27.59 13.72 27.58 -
YUV 77.66 165.45 211.7 -
System Red Green Blue C M Y K H S L
Decimal 195 5 144 0 0.97 0.26 0.24 316.11 0.95 0.39
Hex C3 5 90 0 61 1A 18 13C 5F 27
Octal 303 5 220 0 141 32 30 474 137 47
Binary 11000011 101 10010000 0 1100001 11010 11000 100111100 1011111 100111

Color Harmonies of #C30590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30590

Black with #C30590

Text Example


Text Example

White with #C30590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30590; }

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

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

background-color css

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

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

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

border-color css

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

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

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