Html Css Color HEX #C3558A Mulberry

📋 copy color: '#C3558A'

red 195 ◦ green 85 ◦ blue 138

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

Shades of Mulberry #C3558A

Tints of Mulberry #C3558A

RGB

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

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

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

R = 46.65%
G = 20.33%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3558A (or 0xC3558A) is known color: Mulberry. HEX triplet: C3, 55 and 8A. RGB value is (195,85,138). Sum of RGB (Red+Green+Blue) = 195+85+138=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3558A is #3CAA75. Grayscale: #7B7B7B. Windows color (decimal): -3975798 or 9065923. OLE color: 9065923.

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

Color convert

RGB 195 85 138 -
CMYK 0 0.56 0.29 0.24
HSL 331.09º 0.48% 0.55% -
HSV(B) 331.09º 0.56% 0.76% -
XYZ 30.34 19.93 26.29 -
YUV 123.93 135.94 178.69 -
System Red Green Blue C M Y K H S L
Decimal 195 85 138 0 0.56 0.29 0.24 331.09 0.48 0.55
Hex C3 55 8A 0 38 1D 18 14B 30 37
Octal 303 125 212 0 70 35 30 513 60 67
Binary 11000011 1010101 10001010 0 111000 11101 11000 101001011 110000 110111

Color Harmonies of #C3558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3558A

Black with #C3558A

Text Example


Text Example

White with #C3558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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