Html Css Color HEX #C93C9A Mulberry

📋 copy color: '#C93C9A'

red 201 ◦ green 60 ◦ blue 154

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

Shades of Mulberry #C93C9A

Tints of Mulberry #C93C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.11%

R = 48.43%
G = 14.46%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C93C9A (or 0xC93C9A) is known color: Mulberry. HEX triplet: C9, 3C and 9A. RGB value is (201,60,154). Sum of RGB (Red+Green+Blue) = 201+60+154=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93C9A is #36C365. Grayscale: #707070. Windows color (decimal): -3588966 or 10108105. OLE color: 10108105.

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

Color convert

RGB 201 60 154 -
CMYK 0 0.70 0.23 0.21
HSL 320º 0.57% 0.51% -
HSV(B) 320º 0.7% 0.79% -
XYZ 31.54 17.98 32.38 -
YUV 112.88 151.21 190.86 -
System Red Green Blue C M Y K H S L
Decimal 201 60 154 0 0.70 0.23 0.21 320 0.57 0.51
Hex C9 3C 9A 0 46 17 15 140 39 33
Octal 311 74 232 0 106 27 25 500 71 63
Binary 11001001 111100 10011010 0 1000110 10111 10101 101000000 111001 110011

Color Harmonies of #C93C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C9A

Black with #C93C9A

Text Example


Text Example

White with #C93C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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