Html Css Color HEX #C93DA4 Mulberry

📋 copy color: '#C93DA4'

red 201 ◦ green 61 ◦ blue 164

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

Shades of Mulberry #C93DA4

Tints of Mulberry #C93DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.5%

R = 47.18%
G = 14.32%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C93DA4 (or 0xC93DA4) is known color: Mulberry. HEX triplet: C9, 3D and A4. RGB value is (201,61,164). Sum of RGB (Red+Green+Blue) = 201+61+164=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93DA4 is #36C25B. Grayscale: #727272. Windows color (decimal): -3588700 or 10763721. OLE color: 10763721.

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

Color convert

RGB 201 61 164 -
CMYK 0 0.70 0.18 0.21
HSL 315.86º 0.56% 0.51% -
HSV(B) 315.86º 0.7% 0.79% -
XYZ 32.46 18.44 36.97 -
YUV 114.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 201 61 164 0 0.70 0.18 0.21 315.86 0.56 0.51
Hex C9 3D A4 0 46 12 15 13C 38 33
Octal 311 75 244 0 106 22 25 474 70 63
Binary 11001001 111101 10100100 0 1000110 10010 10101 100111100 111000 110011

Color Harmonies of #C93DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DA4

Black with #C93DA4

Text Example


Text Example

White with #C93DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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