Html Css Color HEX #C93CA3 Mulberry

📋 copy color: '#C93CA3'

red 201 ◦ green 60 ◦ blue 163

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

Shades of Mulberry #C93CA3

Tints of Mulberry #C93CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.44%

R = 47.41%
G = 14.15%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C93CA3 (or 0xC93CA3) is known color: Mulberry. HEX triplet: C9, 3C and A3. RGB value is (201,60,163). Sum of RGB (Red+Green+Blue) = 201+60+163=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93CA3 is #36C35C. Grayscale: #717171. Windows color (decimal): -3588957 or 10697929. OLE color: 10697929.

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

Color convert

RGB 201 60 163 -
CMYK 0 0.70 0.19 0.21
HSL 316.17º 0.57% 0.51% -
HSV(B) 316.17º 0.7% 0.79% -
XYZ 32.31 18.29 36.48 -
YUV 113.9 155.71 190.12 -
System Red Green Blue C M Y K H S L
Decimal 201 60 163 0 0.70 0.19 0.21 316.17 0.57 0.51
Hex C9 3C A3 0 46 13 15 13C 39 33
Octal 311 74 243 0 106 23 25 474 71 63
Binary 11001001 111100 10100011 0 1000110 10011 10101 100111100 111001 110011

Color Harmonies of #C93CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CA3

Black with #C93CA3

Text Example


Text Example

White with #C93CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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