Html Css Color HEX #C3558F Mulberry

📋 copy color: '#C3558F'

red 195 ◦ green 85 ◦ blue 143

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

Shades of Mulberry #C3558F

Tints of Mulberry #C3558F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.81%

R = 46.1%
G = 20.09%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3558F (or 0xC3558F) is known color: Mulberry. HEX triplet: C3, 55 and 8F. RGB value is (195,85,143). Sum of RGB (Red+Green+Blue) = 195+85+143=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3558F is #3CAA70. Grayscale: #7C7C7C. Windows color (decimal): -3975793 or 9393603. OLE color: 9393603.

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

Color convert

RGB 195 85 143 -
CMYK 0 0.56 0.27 0.24
HSL 328.36º 0.48% 0.55% -
HSV(B) 328.36º 0.56% 0.76% -
XYZ 30.71 20.08 28.24 -
YUV 124.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 195 85 143 0 0.56 0.27 0.24 328.36 0.48 0.55
Hex C3 55 8F 0 38 1B 18 148 30 37
Octal 303 125 217 0 70 33 30 510 60 67
Binary 11000011 1010101 10001111 0 111000 11011 11000 101001000 110000 110111

Color Harmonies of #C3558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3558F

Black with #C3558F

Text Example


Text Example

White with #C3558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3558F; }

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

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

background-color css

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

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

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

border-color css

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

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

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