Html Css Color HEX #C3538F Mulberry

📋 copy color: '#C3538F'

red 195 ◦ green 83 ◦ blue 143

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

Shades of Mulberry #C3538F

Tints of Mulberry #C3538F

RGB

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

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

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

R = 46.32%
G = 19.71%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3538F (or 0xC3538F) is known color: Mulberry. HEX triplet: C3, 53 and 8F. RGB value is (195,83,143). Sum of RGB (Red+Green+Blue) = 195+83+143=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3538F is #3CAC70. Grayscale: #7B7B7B. Windows color (decimal): -3976305 or 9393091. OLE color: 9393091.

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

Color convert

RGB 195 83 143 -
CMYK 0 0.57 0.27 0.24
HSL 327.86º 0.48% 0.55% -
HSV(B) 327.86º 0.57% 0.76% -
XYZ 30.56 19.77 28.19 -
YUV 123.33 139.11 179.12 -
System Red Green Blue C M Y K H S L
Decimal 195 83 143 0 0.57 0.27 0.24 327.86 0.48 0.55
Hex C3 53 8F 0 39 1B 18 148 30 37
Octal 303 123 217 0 71 33 30 510 60 67
Binary 11000011 1010011 10001111 0 111001 11011 11000 101001000 110000 110111

Color Harmonies of #C3538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3538F

Black with #C3538F

Text Example


Text Example

White with #C3538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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