Html Css Color HEX #C93D8F Mulberry

📋 copy color: '#C93D8F'

red 201 ◦ green 61 ◦ blue 143

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

Shades of Mulberry #C93D8F

Tints of Mulberry #C93D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.31%

R = 49.63%
G = 15.06%
B = 35.31%

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

#C93D8F (or 0xC93D8F) is known color: Mulberry. HEX triplet: C9, 3D and 8F. RGB value is (201,61,143). Sum of RGB (Red+Green+Blue) = 201+61+143=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93D8F is #36C270. Grayscale: #707070. Windows color (decimal): -3588721 or 9387465. OLE color: 9387465.

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

Color convert

RGB 201 61 143 -
CMYK 0 0.70 0.29 0.21
HSL 324.86º 0.56% 0.51% -
HSV(B) 324.86º 0.7% 0.79% -
XYZ 30.71 17.74 27.79 -
YUV 112.21 145.38 191.33 -
System Red Green Blue C M Y K H S L
Decimal 201 61 143 0 0.70 0.29 0.21 324.86 0.56 0.51
Hex C9 3D 8F 0 46 1D 15 145 38 33
Octal 311 75 217 0 106 35 25 505 70 63
Binary 11001001 111101 10001111 0 1000110 11101 10101 101000101 111000 110011

Color Harmonies of #C93D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D8F

Black with #C93D8F

Text Example


Text Example

White with #C93D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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