Html Css Color HEX #C93D90 Mulberry

📋 copy color: '#C93D90'

red 201 ◦ green 61 ◦ blue 144

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

Shades of Mulberry #C93D90

Tints of Mulberry #C93D90

RGB

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

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

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

R = 49.51%
G = 15.02%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C93D90 (or 0xC93D90) is known color: Mulberry. HEX triplet: C9, 3D and 90. RGB value is (201,61,144). Sum of RGB (Red+Green+Blue) = 201+61+144=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93D90 is #36C26F. Grayscale: #707070. Windows color (decimal): -3588720 or 9453001. OLE color: 9453001.

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

Color convert

RGB 201 61 144 -
CMYK 0 0.70 0.28 0.21
HSL 324.43º 0.56% 0.51% -
HSV(B) 324.43º 0.7% 0.79% -
XYZ 30.79 17.77 28.19 -
YUV 112.32 145.88 191.25 -
System Red Green Blue C M Y K H S L
Decimal 201 61 144 0 0.70 0.28 0.21 324.43 0.56 0.51
Hex C9 3D 90 0 46 1C 15 144 38 33
Octal 311 75 220 0 106 34 25 504 70 63
Binary 11001001 111101 10010000 0 1000110 11100 10101 101000100 111000 110011

Color Harmonies of #C93D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D90

Black with #C93D90

Text Example


Text Example

White with #C93D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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