Html Css Color HEX #C30593 Medium Violet Red

📋 copy color: '#C30593'

red 195 ◦ green 5 ◦ blue 147

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

Shades of Medium Violet Red #C30593

Tints of Medium Violet Red #C30593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.36%

R = 56.2%
G = 1.44%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C30593 (or 0xC30593) is known color: Medium Violet Red. HEX triplet: C3, 05 and 93. RGB value is (195,5,147). Sum of RGB (Red+Green+Blue) = 195+5+147=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C30593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30593 is #3CFA6C. Grayscale: #4D4D4D. Windows color (decimal): -3996269 or 9635267. OLE color: 9635267.

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

Color convert

RGB 195 5 147 -
CMYK 0 0.97 0.25 0.24
HSL 315.16º 0.95% 0.39% -
HSV(B) 315.16º 0.97% 0.76% -
XYZ 27.83 13.82 28.8 -
YUV 78 166.95 211.45 -
System Red Green Blue C M Y K H S L
Decimal 195 5 147 0 0.97 0.25 0.24 315.16 0.95 0.39
Hex C3 5 93 0 61 19 18 13B 5F 27
Octal 303 5 223 0 141 31 30 473 137 47
Binary 11000011 101 10010011 0 1100001 11001 11000 100111011 1011111 100111

Color Harmonies of #C30593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30593

Black with #C30593

Text Example


Text Example

White with #C30593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30593; }

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

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

background-color css

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

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

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

border-color css

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

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

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