Html Css Color HEX #C3538C Mulberry

📋 copy color: '#C3538C'

red 195 ◦ green 83 ◦ blue 140

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

Shades of Mulberry #C3538C

Tints of Mulberry #C3538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 46.65%
G = 19.86%
B = 33.49%

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

#C3538C (or 0xC3538C) is known color: Mulberry. HEX triplet: C3, 53 and 8C. RGB value is (195,83,140). Sum of RGB (Red+Green+Blue) = 195+83+140=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3538C is #3CAC73. Grayscale: #7A7A7A. Windows color (decimal): -3976308 or 9196483. OLE color: 9196483.

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

Color convert

RGB 195 83 140 -
CMYK 0 0.57 0.28 0.24
HSL 329.46º 0.48% 0.55% -
HSV(B) 329.46º 0.57% 0.76% -
XYZ 30.33 19.68 27.01 -
YUV 122.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 195 83 140 0 0.57 0.28 0.24 329.46 0.48 0.55
Hex C3 53 8C 0 39 1C 18 149 30 37
Octal 303 123 214 0 71 34 30 511 60 67
Binary 11000011 1010011 10001100 0 111001 11100 11000 101001001 110000 110111

Color Harmonies of #C3538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3538C

Black with #C3538C

Text Example


Text Example

White with #C3538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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