Html Css Color HEX #C93BA9 Mulberry

📋 copy color: '#C93BA9'

red 201 ◦ green 59 ◦ blue 169

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

Shades of Mulberry #C93BA9

Tints of Mulberry #C93BA9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.75%

 BLUE value IS 169 (66.41% from 255) = 39.39%

R = 46.85%
G = 13.75%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C93BA9 (or 0xC93BA9) is known color: Mulberry. HEX triplet: C9, 3B and A9. RGB value is (201,59,169). Sum of RGB (Red+Green+Blue) = 201+59+169=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C93BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93BA9 is #36C456. Grayscale: #717171. Windows color (decimal): -3589207 or 11090889. OLE color: 11090889.

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

Color convert

RGB 201 59 169 -
CMYK 0 0.71 0.16 0.21
HSL 313.52º 0.57% 0.51% -
HSV(B) 313.52º 0.71% 0.79% -
XYZ 32.81 18.41 39.36 -
YUV 114 159.04 190.06 -
System Red Green Blue C M Y K H S L
Decimal 201 59 169 0 0.71 0.16 0.21 313.52 0.57 0.51
Hex C9 3B A9 0 47 10 15 13A 39 33
Octal 311 73 251 0 107 20 25 472 71 63
Binary 11001001 111011 10101001 0 1000111 10000 10101 100111010 111001 110011

Color Harmonies of #C93BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BA9

Black with #C93BA9

Text Example


Text Example

White with #C93BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BA9; }

 p { color: rgb(201,59,169); }

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

background-color css

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

 a { background-color: rgb(201,59,169); }

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

border-color css

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

 span { border-color: rgb(201,59,169); }

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