Html Css Color HEX #C3538D Mulberry

📋 copy color: '#C3538D'

red 195 ◦ green 83 ◦ blue 141

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

Shades of Mulberry #C3538D

Tints of Mulberry #C3538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.81%

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 46.54%
G = 19.81%
B = 33.65%

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

#C3538D (or 0xC3538D) is known color: Mulberry. HEX triplet: C3, 53 and 8D. RGB value is (195,83,141). Sum of RGB (Red+Green+Blue) = 195+83+141=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3538D is #3CAC72. Grayscale: #7A7A7A. Windows color (decimal): -3976307 or 9262019. OLE color: 9262019.

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

Color convert

RGB 195 83 141 -
CMYK 0 0.57 0.28 0.24
HSL 328.93º 0.48% 0.55% -
HSV(B) 328.93º 0.57% 0.76% -
XYZ 30.41 19.71 27.4 -
YUV 123.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 195 83 141 0 0.57 0.28 0.24 328.93 0.48 0.55
Hex C3 53 8D 0 39 1C 18 149 30 37
Octal 303 123 215 0 71 34 30 511 60 67
Binary 11000011 1010011 10001101 0 111001 11100 11000 101001001 110000 110111

Color Harmonies of #C3538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3538D

Black with #C3538D

Text Example


Text Example

White with #C3538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3538D; }

 p { color: rgb(195,83,141); }

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

background-color css

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

 a { background-color: rgb(195,83,141); }

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

border-color css

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

 span { border-color: rgb(195,83,141); }

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