Html Css Color HEX #C93CA6 Mulberry

📋 copy color: '#C93CA6'

red 201 ◦ green 60 ◦ blue 166

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

Shades of Mulberry #C93CA6

Tints of Mulberry #C93CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.88%

R = 47.07%
G = 14.05%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C93CA6 (or 0xC93CA6) is known color: Mulberry. HEX triplet: C9, 3C and A6. RGB value is (201,60,166). Sum of RGB (Red+Green+Blue) = 201+60+166=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93CA6 is #36C359. Grayscale: #717171. Windows color (decimal): -3588954 or 10894537. OLE color: 10894537.

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

Color convert

RGB 201 60 166 -
CMYK 0 0.70 0.17 0.21
HSL 314.89º 0.57% 0.51% -
HSV(B) 314.89º 0.7% 0.79% -
XYZ 32.59 18.4 37.91 -
YUV 114.24 157.21 189.88 -
System Red Green Blue C M Y K H S L
Decimal 201 60 166 0 0.70 0.17 0.21 314.89 0.57 0.51
Hex C9 3C A6 0 46 11 15 13B 39 33
Octal 311 74 246 0 106 21 25 473 71 63
Binary 11001001 111100 10100110 0 1000110 10001 10101 100111011 111001 110011

Color Harmonies of #C93CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CA6

Black with #C93CA6

Text Example


Text Example

White with #C93CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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