Html Css Color HEX #C35380 Mulberry

📋 copy color: '#C35380'

red 195 ◦ green 83 ◦ blue 128

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

Shades of Mulberry #C35380

Tints of Mulberry #C35380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.53%

R = 48.03%
G = 20.44%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C35380 (or 0xC35380) is known color: Mulberry. HEX triplet: C3, 53 and 80. RGB value is (195,83,128). Sum of RGB (Red+Green+Blue) = 195+83+128=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C35380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35380 is #3CAC7F. Grayscale: #797979. Windows color (decimal): -3976320 or 8410051. OLE color: 8410051.

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

Color convert

RGB 195 83 128 -
CMYK 0 0.57 0.34 0.24
HSL 335.89º 0.48% 0.55% -
HSV(B) 335.89º 0.57% 0.76% -
XYZ 29.5 19.35 22.6 -
YUV 121.62 131.61 180.34 -
System Red Green Blue C M Y K H S L
Decimal 195 83 128 0 0.57 0.34 0.24 335.89 0.48 0.55
Hex C3 53 80 0 39 22 18 150 30 37
Octal 303 123 200 0 71 42 30 520 60 67
Binary 11000011 1010011 10000000 0 111001 100010 11000 101010000 110000 110111

Color Harmonies of #C35380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35380

Black with #C35380

Text Example


Text Example

White with #C35380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35380; }

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

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

background-color css

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

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

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

border-color css

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

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

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