Html Css Color HEX #C3558D Mulberry

📋 copy color: '#C3558D'

red 195 ◦ green 85 ◦ blue 141

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

Shades of Mulberry #C3558D

Tints of Mulberry #C3558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.19%

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

R = 46.32%
G = 20.19%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3558D (or 0xC3558D) is known color: Mulberry. HEX triplet: C3, 55 and 8D. RGB value is (195,85,141). Sum of RGB (Red+Green+Blue) = 195+85+141=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3558D is #3CAA72. Grayscale: #7C7C7C. Windows color (decimal): -3975795 or 9262531. OLE color: 9262531.

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

Color convert

RGB 195 85 141 -
CMYK 0 0.56 0.28 0.24
HSL 329.45º 0.48% 0.55% -
HSV(B) 329.45º 0.56% 0.76% -
XYZ 30.56 20.02 27.45 -
YUV 124.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 195 85 141 0 0.56 0.28 0.24 329.45 0.48 0.55
Hex C3 55 8D 0 38 1C 18 149 30 37
Octal 303 125 215 0 70 34 30 511 60 67
Binary 11000011 1010101 10001101 0 111000 11100 11000 101001001 110000 110111

Color Harmonies of #C3558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3558D

Black with #C3558D

Text Example


Text Example

White with #C3558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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