Html Css Color HEX #C30584 Medium Violet Red

📋 copy color: '#C30584'

red 195 ◦ green 5 ◦ blue 132

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

Shades of Medium Violet Red #C30584

Tints of Medium Violet Red #C30584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.76%

R = 58.73%
G = 1.51%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C30584 (or 0xC30584) is known color: Medium Violet Red. HEX triplet: C3, 05 and 84. RGB value is (195,5,132). Sum of RGB (Red+Green+Blue) = 195+5+132=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C30584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30584 is #3CFA7B. Grayscale: #4B4B4B. Windows color (decimal): -3996284 or 8652227. OLE color: 8652227.

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

Color convert

RGB 195 5 132 -
CMYK 0 0.97 0.32 0.24
HSL 319.89º 0.95% 0.39% -
HSV(B) 319.89º 0.97% 0.76% -
XYZ 26.72 13.38 23 -
YUV 76.29 159.45 212.67 -
System Red Green Blue C M Y K H S L
Decimal 195 5 132 0 0.97 0.32 0.24 319.89 0.95 0.39
Hex C3 5 84 0 61 20 18 140 5F 27
Octal 303 5 204 0 141 40 30 500 137 47
Binary 11000011 101 10000100 0 1100001 100000 11000 101000000 1011111 100111

Color Harmonies of #C30584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30584

Black with #C30584

Text Example


Text Example

White with #C30584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30584; }

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

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

background-color css

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

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

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

border-color css

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

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

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