Html Css Color HEX #C93C83 Mulberry

📋 copy color: '#C93C83'

red 201 ◦ green 60 ◦ blue 131

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

Shades of Mulberry #C93C83

Tints of Mulberry #C93C83

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.31%

 BLUE value IS 131 (51.56% from 255) = 33.42%

R = 51.28%
G = 15.31%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C93C83 (or 0xC93C83) is known color: Mulberry. HEX triplet: C9, 3C and 83. RGB value is (201,60,131). Sum of RGB (Red+Green+Blue) = 201+60+131=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93C83 is #36C37C. Grayscale: #6E6E6E. Windows color (decimal): -3588989 or 8600777. OLE color: 8600777.

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

Color convert

RGB 201 60 131 -
CMYK 0 0.70 0.35 0.21
HSL 329.79º 0.57% 0.51% -
HSV(B) 329.79º 0.7% 0.79% -
XYZ 29.8 17.29 23.24 -
YUV 110.25 139.71 192.73 -
System Red Green Blue C M Y K H S L
Decimal 201 60 131 0 0.70 0.35 0.21 329.79 0.57 0.51
Hex C9 3C 83 0 46 23 15 14A 39 33
Octal 311 74 203 0 106 43 25 512 71 63
Binary 11001001 111100 10000011 0 1000110 100011 10101 101001010 111001 110011

Color Harmonies of #C93C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C83

Black with #C93C83

Text Example


Text Example

White with #C93C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C83; }

 p { color: rgb(201,60,131); }

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

background-color css

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

 a { background-color: rgb(201,60,131); }

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

border-color css

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

 span { border-color: rgb(201,60,131); }

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