Html Css Color HEX #C93A94 Mulberry

📋 copy color: '#C93A94'

red 201 ◦ green 58 ◦ blue 148

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

Shades of Mulberry #C93A94

Tints of Mulberry #C93A94

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.25%

 BLUE value IS 148 (58.2% from 255) = 36.36%

R = 49.39%
G = 14.25%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C93A94 (or 0xC93A94) is known color: Mulberry. HEX triplet: C9, 3A and 94. RGB value is (201,58,148). Sum of RGB (Red+Green+Blue) = 201+58+148=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93A94 is #36C56B. Grayscale: #6E6E6E. Windows color (decimal): -3589484 or 9714377. OLE color: 9714377.

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

Color convert

RGB 201 58 148 -
CMYK 0 0.71 0.26 0.21
HSL 322.24º 0.57% 0.51% -
HSV(B) 322.24º 0.71% 0.79% -
XYZ 30.95 17.58 29.78 -
YUV 111.02 148.88 192.18 -
System Red Green Blue C M Y K H S L
Decimal 201 58 148 0 0.71 0.26 0.21 322.24 0.57 0.51
Hex C9 3A 94 0 47 1A 15 142 39 33
Octal 311 72 224 0 107 32 25 502 71 63
Binary 11001001 111010 10010100 0 1000111 11010 10101 101000010 111001 110011

Color Harmonies of #C93A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A94

Black with #C93A94

Text Example


Text Example

White with #C93A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A94; }

 p { color: rgb(201,58,148); }

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

background-color css

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

 a { background-color: rgb(201,58,148); }

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

border-color css

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

 span { border-color: rgb(201,58,148); }

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