Html Css Color HEX #C3509D Mulberry

📋 copy color: '#C3509D'

red 195 ◦ green 80 ◦ blue 157

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

Shades of Mulberry #C3509D

Tints of Mulberry #C3509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.52%

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 45.14%
G = 18.52%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C3509D (or 0xC3509D) is known color: Mulberry. HEX triplet: C3, 50 and 9D. RGB value is (195,80,157). Sum of RGB (Red+Green+Blue) = 195+80+157=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3509D is #3CAF62. Grayscale: #7A7A7A. Windows color (decimal): -3977059 or 10309827. OLE color: 10309827.

HSL color Cylindrical-coordinate representation of color #C3509D: hue angle of 319.83º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3509D is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 80 157 -
CMYK 0 0.59 0.19 0.24
HSL 319.83º 0.49% 0.54% -
HSV(B) 319.83º 0.59% 0.76% -
XYZ 31.46 19.77 34.06 -
YUV 123.16 147.1 179.24 -
System Red Green Blue C M Y K H S L
Decimal 195 80 157 0 0.59 0.19 0.24 319.83 0.49 0.54
Hex C3 50 9D 0 3B 13 18 140 31 36
Octal 303 120 235 0 73 23 30 500 61 66
Binary 11000011 1010000 10011101 0 111011 10011 11000 101000000 110001 110110

Color Harmonies of #C3509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3509D

Black with #C3509D

Text Example


Text Example

White with #C3509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3509D; }

 p { color: rgb(195,80,157); }

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

background-color css

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

 a { background-color: rgb(195,80,157); }

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

border-color css

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

 span { border-color: rgb(195,80,157); }

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