Html Css Color HEX #C35D9F Mulberry

📋 copy color: '#C35D9F'

red 195 ◦ green 93 ◦ blue 159

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

Shades of Mulberry #C35D9F

Tints of Mulberry #C35D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.81%

 BLUE value IS 159 (62.5% from 255) = 35.57%

R = 43.62%
G = 20.81%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C35D9F (or 0xC35D9F) is known color: Mulberry. HEX triplet: C3, 5D and 9F. RGB value is (195,93,159). Sum of RGB (Red+Green+Blue) = 195+93+159=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35D9F is #3CA260. Grayscale: #828282. Windows color (decimal): -3973729 or 10444227. OLE color: 10444227.

HSL color Cylindrical-coordinate representation of color #C35D9F: hue angle of 321.18º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C35D9F is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 93 159 -
CMYK 0 0.52 0.18 0.24
HSL 321.18º 0.46% 0.56% -
HSV(B) 321.18º 0.52% 0.76% -
XYZ 32.68 21.93 35.31 -
YUV 131.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 195 93 159 0 0.52 0.18 0.24 321.18 0.46 0.56
Hex C3 5D 9F 0 34 12 18 141 2E 38
Octal 303 135 237 0 64 22 30 501 56 70
Binary 11000011 1011101 10011111 0 110100 10010 11000 101000001 101110 111000

Color Harmonies of #C35D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35D9F

Black with #C35D9F

Text Example


Text Example

White with #C35D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35D9F; }

 p { color: rgb(195,93,159); }

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

background-color css

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

 a { background-color: rgb(195,93,159); }

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

border-color css

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

 span { border-color: rgb(195,93,159); }

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