Html Css Color HEX #C93DA1 Mulberry

📋 copy color: '#C93DA1'

red 201 ◦ green 61 ◦ blue 161

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

Shades of Mulberry #C93DA1

Tints of Mulberry #C93DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.06%

R = 47.52%
G = 14.42%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C93DA1 (or 0xC93DA1) is known color: Mulberry. HEX triplet: C9, 3D and A1. RGB value is (201,61,161). Sum of RGB (Red+Green+Blue) = 201+61+161=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93DA1 is #36C25E. Grayscale: #727272. Windows color (decimal): -3588703 or 10567113. OLE color: 10567113.

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

Color convert

RGB 201 61 161 -
CMYK 0 0.70 0.20 0.21
HSL 317.14º 0.56% 0.51% -
HSV(B) 317.14º 0.7% 0.79% -
XYZ 32.19 18.33 35.56 -
YUV 114.26 154.38 189.87 -
System Red Green Blue C M Y K H S L
Decimal 201 61 161 0 0.70 0.20 0.21 317.14 0.56 0.51
Hex C9 3D A1 0 46 14 15 13D 38 33
Octal 311 75 241 0 106 24 25 475 70 63
Binary 11001001 111101 10100001 0 1000110 10100 10101 100111101 111000 110011

Color Harmonies of #C93DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DA1

Black with #C93DA1

Text Example


Text Example

White with #C93DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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