Html Css Color HEX #C93DA3 Mulberry

📋 copy color: '#C93DA3'

red 201 ◦ green 61 ◦ blue 163

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

Shades of Mulberry #C93DA3

Tints of Mulberry #C93DA3

RGB

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

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

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

R = 47.29%
G = 14.35%
B = 38.35%

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

#C93DA3 (or 0xC93DA3) is known color: Mulberry. HEX triplet: C9, 3D and A3. RGB value is (201,61,163). Sum of RGB (Red+Green+Blue) = 201+61+163=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93DA3 is #36C25C. Grayscale: #727272. Windows color (decimal): -3588701 or 10698185. OLE color: 10698185.

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

Color convert

RGB 201 61 163 -
CMYK 0 0.70 0.19 0.21
HSL 316.29º 0.56% 0.51% -
HSV(B) 316.29º 0.7% 0.79% -
XYZ 32.37 18.4 36.5 -
YUV 114.49 155.38 189.71 -
System Red Green Blue C M Y K H S L
Decimal 201 61 163 0 0.70 0.19 0.21 316.29 0.56 0.51
Hex C9 3D A3 0 46 13 15 13C 38 33
Octal 311 75 243 0 106 23 25 474 70 63
Binary 11001001 111101 10100011 0 1000110 10011 10101 100111100 111000 110011

Color Harmonies of #C93DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DA3

Black with #C93DA3

Text Example


Text Example

White with #C93DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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