Html Css Color HEX #C3528F Mulberry

📋 copy color: '#C3528F'

red 195 ◦ green 82 ◦ blue 143

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

Shades of Mulberry #C3528F

Tints of Mulberry #C3528F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.52%

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

R = 46.43%
G = 19.52%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3528F (or 0xC3528F) is known color: Mulberry. HEX triplet: C3, 52 and 8F. RGB value is (195,82,143). Sum of RGB (Red+Green+Blue) = 195+82+143=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3528F is #3CAD70. Grayscale: #7A7A7A. Windows color (decimal): -3976561 or 9392835. OLE color: 9392835.

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

Color convert

RGB 195 82 143 -
CMYK 0 0.58 0.27 0.24
HSL 327.61º 0.48% 0.54% -
HSV(B) 327.61º 0.58% 0.76% -
XYZ 30.48 19.62 28.17 -
YUV 122.74 139.44 179.54 -
System Red Green Blue C M Y K H S L
Decimal 195 82 143 0 0.58 0.27 0.24 327.61 0.48 0.54
Hex C3 52 8F 0 3A 1B 18 148 30 36
Octal 303 122 217 0 72 33 30 510 60 66
Binary 11000011 1010010 10001111 0 111010 11011 11000 101001000 110000 110110

Color Harmonies of #C3528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3528F

Black with #C3528F

Text Example


Text Example

White with #C3528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3528F; }

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

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

background-color css

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

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

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

border-color css

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

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

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