Html Css Color HEX #C3548A Mulberry

📋 copy color: '#C3548A'

red 195 ◦ green 84 ◦ blue 138

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

Shades of Mulberry #C3548A

Tints of Mulberry #C3548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 46.76%
G = 20.14%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3548A (or 0xC3548A) is known color: Mulberry. HEX triplet: C3, 54 and 8A. RGB value is (195,84,138). Sum of RGB (Red+Green+Blue) = 195+84+138=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3548A is #3CAB75. Grayscale: #7B7B7B. Windows color (decimal): -3976054 or 9065667. OLE color: 9065667.

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

Color convert

RGB 195 84 138 -
CMYK 0 0.57 0.29 0.24
HSL 330.81º 0.48% 0.55% -
HSV(B) 330.81º 0.57% 0.76% -
XYZ 30.26 19.78 26.27 -
YUV 123.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 195 84 138 0 0.57 0.29 0.24 330.81 0.48 0.55
Hex C3 54 8A 0 39 1D 18 14B 30 37
Octal 303 124 212 0 71 35 30 513 60 67
Binary 11000011 1010100 10001010 0 111001 11101 11000 101001011 110000 110111

Color Harmonies of #C3548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3548A

Black with #C3548A

Text Example


Text Example

White with #C3548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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