Html Css Color HEX #C30585 Medium Violet Red

📋 copy color: '#C30585'

red 195 ◦ green 5 ◦ blue 133

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

Shades of Medium Violet Red #C30585

Tints of Medium Violet Red #C30585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.94%

R = 58.56%
G = 1.5%
B = 39.94%

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

#C30585 (or 0xC30585) is known color: Medium Violet Red. HEX triplet: C3, 05 and 85. RGB value is (195,5,133). Sum of RGB (Red+Green+Blue) = 195+5+133=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C30585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30585 is #3CFA7A. Grayscale: #4C4C4C. Windows color (decimal): -3996283 or 8717763. OLE color: 8717763.

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

Color convert

RGB 195 5 133 -
CMYK 0 0.97 0.32 0.24
HSL 319.58º 0.95% 0.39% -
HSV(B) 319.58º 0.97% 0.76% -
XYZ 26.79 13.4 23.37 -
YUV 76.4 159.95 212.59 -
System Red Green Blue C M Y K H S L
Decimal 195 5 133 0 0.97 0.32 0.24 319.58 0.95 0.39
Hex C3 5 85 0 61 20 18 140 5F 27
Octal 303 5 205 0 141 40 30 500 137 47
Binary 11000011 101 10000101 0 1100001 100000 11000 101000000 1011111 100111

Color Harmonies of #C30585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30585

Black with #C30585

Text Example


Text Example

White with #C30585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30585; }

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

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

background-color css

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

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

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

border-color css

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

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

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