Html Css Color HEX #C93D8E Mulberry

📋 copy color: '#C93D8E'

red 201 ◦ green 61 ◦ blue 142

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

Shades of Mulberry #C93D8E

Tints of Mulberry #C93D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 49.75%
G = 15.1%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C93D8E (or 0xC93D8E) is known color: Mulberry. HEX triplet: C9, 3D and 8E. RGB value is (201,61,142). Sum of RGB (Red+Green+Blue) = 201+61+142=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93D8E is #36C271. Grayscale: #6F6F6F. Windows color (decimal): -3588722 or 9321929. OLE color: 9321929.

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

Color convert

RGB 201 61 142 -
CMYK 0 0.70 0.29 0.21
HSL 325.29º 0.56% 0.51% -
HSV(B) 325.29º 0.7% 0.79% -
XYZ 30.64 17.71 27.39 -
YUV 112.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 201 61 142 0 0.70 0.29 0.21 325.29 0.56 0.51
Hex C9 3D 8E 0 46 1D 15 145 38 33
Octal 311 75 216 0 106 35 25 505 70 63
Binary 11001001 111101 10001110 0 1000110 11101 10101 101000101 111000 110011

Color Harmonies of #C93D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D8E

Black with #C93D8E

Text Example


Text Example

White with #C93D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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