Html Css Color HEX #C95390 Mulberry

📋 copy color: '#C95390'

red 201 ◦ green 83 ◦ blue 144

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

Shades of Mulberry #C95390

Tints of Mulberry #C95390

RGB

 RED value IS 201 (78.91% from 255) = 46.96%

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

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

R = 46.96%
G = 19.39%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C95390 (or 0xC95390) is known color: Mulberry. HEX triplet: C9, 53 and 90. RGB value is (201,83,144). Sum of RGB (Red+Green+Blue) = 201+83+144=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C95390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95390 is #36AC6F. Grayscale: #7D7D7D. Windows color (decimal): -3583088 or 9458633. OLE color: 9458633.

HSL color Cylindrical-coordinate representation of color #C95390: hue angle of 328.98º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95390 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 144 -
CMYK 0 0.59 0.28 0.21
HSL 328.98º 0.52% 0.56% -
HSV(B) 328.98º 0.59% 0.79% -
XYZ 32.21 20.62 28.67 -
YUV 125.24 138.59 182.04 -
System Red Green Blue C M Y K H S L
Decimal 201 83 144 0 0.59 0.28 0.21 328.98 0.52 0.56
Hex C9 53 90 0 3B 1C 15 149 34 38
Octal 311 123 220 0 73 34 25 511 64 70
Binary 11001001 1010011 10010000 0 111011 11100 10101 101001001 110100 111000

Color Harmonies of #C95390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95390

Black with #C95390

Text Example


Text Example

White with #C95390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95390; }

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

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

background-color css

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

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

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

border-color css

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

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

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