Html Css Color HEX #C93D94 Mulberry

📋 copy color: '#C93D94'

red 201 ◦ green 61 ◦ blue 148

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

Shades of Mulberry #C93D94

Tints of Mulberry #C93D94

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.88%

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

R = 49.02%
G = 14.88%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C93D94 (or 0xC93D94) is known color: Mulberry. HEX triplet: C9, 3D and 94. RGB value is (201,61,148). Sum of RGB (Red+Green+Blue) = 201+61+148=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93D94 is #36C26B. Grayscale: #707070. Windows color (decimal): -3588716 or 9715145. OLE color: 9715145.

HSL color Cylindrical-coordinate representation of color #C93D94: hue angle of 322.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93D94 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 61 148 -
CMYK 0 0.70 0.26 0.21
HSL 322.71º 0.56% 0.51% -
HSV(B) 322.71º 0.7% 0.79% -
XYZ 31.1 17.89 29.83 -
YUV 112.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 201 61 148 0 0.70 0.26 0.21 322.71 0.56 0.51
Hex C9 3D 94 0 46 1A 15 143 38 33
Octal 311 75 224 0 106 32 25 503 70 63
Binary 11001001 111101 10010100 0 1000110 11010 10101 101000011 111000 110011

Color Harmonies of #C93D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D94

Black with #C93D94

Text Example


Text Example

White with #C93D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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