Html Css Color HEX #C3508D Mulberry

📋 copy color: '#C3508D'

red 195 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #C3508D

Tints of Mulberry #C3508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.23%

 BLUE value IS 141 (55.47% from 255) = 33.89%

R = 46.88%
G = 19.23%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3508D (or 0xC3508D) is known color: Mulberry. HEX triplet: C3, 50 and 8D. RGB value is (195,80,141). Sum of RGB (Red+Green+Blue) = 195+80+141=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3508D is #3CAF72. Grayscale: #797979. Windows color (decimal): -3977075 or 9261251. OLE color: 9261251.

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

Color convert

RGB 195 80 141 -
CMYK 0 0.59 0.28 0.24
HSL 328.17º 0.49% 0.54% -
HSV(B) 328.17º 0.59% 0.76% -
XYZ 30.18 19.26 27.33 -
YUV 121.34 139.1 180.54 -
System Red Green Blue C M Y K H S L
Decimal 195 80 141 0 0.59 0.28 0.24 328.17 0.49 0.54
Hex C3 50 8D 0 3B 1C 18 148 31 36
Octal 303 120 215 0 73 34 30 510 61 66
Binary 11000011 1010000 10001101 0 111011 11100 11000 101001000 110001 110110

Color Harmonies of #C3508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3508D

Black with #C3508D

Text Example


Text Example

White with #C3508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3508D; }

 p { color: rgb(195,80,141); }

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

background-color css

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

 a { background-color: rgb(195,80,141); }

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

border-color css

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

 span { border-color: rgb(195,80,141); }

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