Html Css Color HEX #C3548C Mulberry

📋 copy color: '#C3548C'

red 195 ◦ green 84 ◦ blue 140

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

Shades of Mulberry #C3548C

Tints of Mulberry #C3548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.41%

R = 46.54%
G = 20.05%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3548C (or 0xC3548C) is known color: Mulberry. HEX triplet: C3, 54 and 8C. RGB value is (195,84,140). Sum of RGB (Red+Green+Blue) = 195+84+140=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3548C is #3CAB73. Grayscale: #7B7B7B. Windows color (decimal): -3976052 or 9196739. OLE color: 9196739.

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

Color convert

RGB 195 84 140 -
CMYK 0 0.57 0.28 0.24
HSL 329.73º 0.48% 0.55% -
HSV(B) 329.73º 0.57% 0.76% -
XYZ 30.41 19.84 27.04 -
YUV 123.57 137.27 178.95 -
System Red Green Blue C M Y K H S L
Decimal 195 84 140 0 0.57 0.28 0.24 329.73 0.48 0.55
Hex C3 54 8C 0 39 1C 18 14A 30 37
Octal 303 124 214 0 71 34 30 512 60 67
Binary 11000011 1010100 10001100 0 111001 11100 11000 101001010 110000 110111

Color Harmonies of #C3548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3548C

Black with #C3548C

Text Example


Text Example

White with #C3548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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