Html Css Color HEX #C3549B Mulberry

📋 copy color: '#C3549B'

red 195 ◦ green 84 ◦ blue 155

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

Shades of Mulberry #C3549B

Tints of Mulberry #C3549B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.71%

R = 44.93%
G = 19.35%
B = 35.71%

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

#C3549B (or 0xC3549B) is known color: Mulberry. HEX triplet: C3, 54 and 9B. RGB value is (195,84,155). Sum of RGB (Red+Green+Blue) = 195+84+155=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3549B is #3CAB64. Grayscale: #7D7D7D. Windows color (decimal): -3976037 or 10179779. OLE color: 10179779.

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

Color convert

RGB 195 84 155 -
CMYK 0 0.57 0.21 0.24
HSL 321.62º 0.48% 0.55% -
HSV(B) 321.62º 0.57% 0.76% -
XYZ 31.59 20.31 33.27 -
YUV 125.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 195 84 155 0 0.57 0.21 0.24 321.62 0.48 0.55
Hex C3 54 9B 0 39 15 18 142 30 37
Octal 303 124 233 0 71 25 30 502 60 67
Binary 11000011 1010100 10011011 0 111001 10101 11000 101000010 110000 110111

Color Harmonies of #C3549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3549B

Black with #C3549B

Text Example


Text Example

White with #C3549B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3549B; }

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

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

background-color css

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

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

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

border-color css

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

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

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