Html Css Color HEX #C3508C Mulberry

📋 copy color: '#C3508C'

red 195 ◦ green 80 ◦ blue 140

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

Shades of Mulberry #C3508C

Tints of Mulberry #C3508C

RGB

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

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

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

R = 46.99%
G = 19.28%
B = 33.73%

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

#C3508C (or 0xC3508C) is known color: Mulberry. HEX triplet: C3, 50 and 8C. RGB value is (195,80,140). Sum of RGB (Red+Green+Blue) = 195+80+140=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C3508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3508C is #3CAF73. Grayscale: #797979. Windows color (decimal): -3977076 or 9195715. OLE color: 9195715.

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

Color convert

RGB 195 80 140 -
CMYK 0 0.59 0.28 0.24
HSL 328.7º 0.49% 0.54% -
HSV(B) 328.7º 0.59% 0.76% -
XYZ 30.11 19.23 26.94 -
YUV 121.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 195 80 140 0 0.59 0.28 0.24 328.7 0.49 0.54
Hex C3 50 8C 0 3B 1C 18 149 31 36
Octal 303 120 214 0 73 34 30 511 61 66
Binary 11000011 1010000 10001100 0 111011 11100 11000 101001001 110001 110110

Color Harmonies of #C3508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3508C

Black with #C3508C

Text Example


Text Example

White with #C3508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3508C; }

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

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

background-color css

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

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

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

border-color css

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

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

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