Html Css Color HEX #C30785 Medium Violet Red

📋 copy color: '#C30785'

red 195 ◦ green 7 ◦ blue 133

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

Shades of Medium Violet Red #C30785

Tints of Medium Violet Red #C30785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.09%

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

R = 58.21%
G = 2.09%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C30785 (or 0xC30785) is known color: Medium Violet Red. HEX triplet: C3, 07 and 85. RGB value is (195,7,133). Sum of RGB (Red+Green+Blue) = 195+7+133=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C30785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30785 is #3CF87A. Grayscale: #4D4D4D. Windows color (decimal): -3995771 or 8718275. OLE color: 8718275.

HSL color Cylindrical-coordinate representation of color #C30785: hue angle of 319.79º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30785 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 7 133 -
CMYK 0 0.96 0.32 0.24
HSL 319.79º 0.93% 0.4% -
HSV(B) 319.79º 0.96% 0.76% -
XYZ 26.82 13.45 23.37 -
YUV 77.58 159.28 211.75 -
System Red Green Blue C M Y K H S L
Decimal 195 7 133 0 0.96 0.32 0.24 319.79 0.93 0.4
Hex C3 7 85 0 60 20 18 140 5D 28
Octal 303 7 205 0 140 40 30 500 135 50
Binary 11000011 111 10000101 0 1100000 100000 11000 101000000 1011101 101000

Color Harmonies of #C30785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30785

Black with #C30785

Text Example


Text Example

White with #C30785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30785; }

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

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

background-color css

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

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

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

border-color css

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

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

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