Html Css Color HEX #C93998 Mulberry

📋 copy color: '#C93998'

red 201 ◦ green 57 ◦ blue 152

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

Shades of Mulberry #C93998

Tints of Mulberry #C93998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.9%

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 49.02%
G = 13.9%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C93998 (or 0xC93998) is known color: Mulberry. HEX triplet: C9, 39 and 98. RGB value is (201,57,152). Sum of RGB (Red+Green+Blue) = 201+57+152=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C93998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93998 is #36C667. Grayscale: #6E6E6E. Windows color (decimal): -3589736 or 9976265. OLE color: 9976265.

HSL color Cylindrical-coordinate representation of color #C93998: hue angle of 320.42º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93998 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 57 152 -
CMYK 0 0.72 0.24 0.21
HSL 320.42º 0.57% 0.51% -
HSV(B) 320.42º 0.72% 0.79% -
XYZ 31.22 17.61 31.46 -
YUV 110.89 151.21 192.28 -
System Red Green Blue C M Y K H S L
Decimal 201 57 152 0 0.72 0.24 0.21 320.42 0.57 0.51
Hex C9 39 98 0 48 18 15 140 39 33
Octal 311 71 230 0 110 30 25 500 71 63
Binary 11001001 111001 10011000 0 1001000 11000 10101 101000000 111001 110011

Color Harmonies of #C93998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93998

Black with #C93998

Text Example


Text Example

White with #C93998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93998; }

 p { color: rgb(201,57,152); }

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

background-color css

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

 a { background-color: rgb(201,57,152); }

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

border-color css

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

 span { border-color: rgb(201,57,152); }

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