Html Css Color HEX #C3549A Mulberry

📋 copy color: '#C3549A'

red 195 ◦ green 84 ◦ blue 154

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

Shades of Mulberry #C3549A

Tints of Mulberry #C3549A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.4%

 BLUE value IS 154 (60.55% from 255) = 35.57%

R = 45.03%
G = 19.4%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C3549A (or 0xC3549A) is known color: Mulberry. HEX triplet: C3, 54 and 9A. RGB value is (195,84,154). Sum of RGB (Red+Green+Blue) = 195+84+154=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3549A is #3CAB65. Grayscale: #7D7D7D. Windows color (decimal): -3976038 or 10114243. OLE color: 10114243.

HSL color Cylindrical-coordinate representation of color #C3549A: hue angle of 322.16º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3549A is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 84 154 -
CMYK 0 0.57 0.21 0.24
HSL 322.16º 0.48% 0.55% -
HSV(B) 322.16º 0.57% 0.76% -
XYZ 31.51 20.28 32.82 -
YUV 125.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 195 84 154 0 0.57 0.21 0.24 322.16 0.48 0.55
Hex C3 54 9A 0 39 15 18 142 30 37
Octal 303 124 232 0 71 25 30 502 60 67
Binary 11000011 1010100 10011010 0 111001 10101 11000 101000010 110000 110111

Color Harmonies of #C3549A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3549A

Black with #C3549A

Text Example


Text Example

White with #C3549A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3549A; }

 p { color: rgb(195,84,154); }

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

background-color css

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

 a { background-color: rgb(195,84,154); }

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

border-color css

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

 span { border-color: rgb(195,84,154); }

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