Html Css Color HEX #C35390 Mulberry

📋 copy color: '#C35390'

red 195 ◦ green 83 ◦ blue 144

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

Shades of Mulberry #C35390

Tints of Mulberry #C35390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 46.21%
G = 19.67%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C35390 (or 0xC35390) is known color: Mulberry. HEX triplet: C3, 53 and 90. RGB value is (195,83,144). Sum of RGB (Red+Green+Blue) = 195+83+144=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C35390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35390 is #3CAC6F. Grayscale: #7B7B7B. Windows color (decimal): -3976304 or 9458627. OLE color: 9458627.

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

Color convert

RGB 195 83 144 -
CMYK 0 0.57 0.26 0.24
HSL 327.32º 0.48% 0.55% -
HSV(B) 327.32º 0.57% 0.76% -
XYZ 30.63 19.8 28.59 -
YUV 123.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 195 83 144 0 0.57 0.26 0.24 327.32 0.48 0.55
Hex C3 53 90 0 39 1A 18 147 30 37
Octal 303 123 220 0 71 32 30 507 60 67
Binary 11000011 1010011 10010000 0 111001 11010 11000 101000111 110000 110111

Color Harmonies of #C35390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35390

Black with #C35390

Text Example


Text Example

White with #C35390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35390; }

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

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

background-color css

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

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

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

border-color css

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

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

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