Html Css Color HEX #C93D7C Mulberry

📋 copy color: '#C93D7C'

red 201 ◦ green 61 ◦ blue 124

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

Shades of Mulberry #C93D7C

Tints of Mulberry #C93D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 52.07%
G = 15.8%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C93D7C (or 0xC93D7C) is known color: Mulberry. HEX triplet: C9, 3D and 7C. RGB value is (201,61,124). Sum of RGB (Red+Green+Blue) = 201+61+124=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93D7C is #36C283. Grayscale: #6D6D6D. Windows color (decimal): -3588740 or 8142281. OLE color: 8142281.

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

Color convert

RGB 201 61 124 -
CMYK 0 0.70 0.38 0.21
HSL 333º 0.56% 0.51% -
HSV(B) 333º 0.7% 0.79% -
XYZ 29.39 17.21 20.84 -
YUV 110.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 201 61 124 0 0.70 0.38 0.21 333 0.56 0.51
Hex C9 3D 7C 0 46 26 15 14D 38 33
Octal 311 75 174 0 106 46 25 515 70 63
Binary 11001001 111101 1111100 0 1000110 100110 10101 101001101 111000 110011

Color Harmonies of #C93D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D7C

Black with #C93D7C

Text Example


Text Example

White with #C93D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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