Html Css Color HEX #C94DA8 Mulberry

📋 copy color: '#C94DA8'

red 201 ◦ green 77 ◦ blue 168

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

Shades of Mulberry #C94DA8

Tints of Mulberry #C94DA8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

 BLUE value IS 168 (66.02% from 255) = 37.67%

R = 45.07%
G = 17.26%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C94DA8 (or 0xC94DA8) is known color: Mulberry. HEX triplet: C9, 4D and A8. RGB value is (201,77,168). Sum of RGB (Red+Green+Blue) = 201+77+168=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94DA8 is #36B257. Grayscale: #7C7C7C. Windows color (decimal): -3584600 or 11029961. OLE color: 11029961.

HSL color Cylindrical-coordinate representation of color #C94DA8: hue angle of 315.97º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94DA8 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 77 168 -
CMYK 0 0.62 0.16 0.21
HSL 315.97º 0.53% 0.55% -
HSV(B) 315.97º 0.62% 0.79% -
XYZ 33.81 20.55 39.23 -
YUV 124.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 201 77 168 0 0.62 0.16 0.21 315.97 0.53 0.55
Hex C9 4D A8 0 3E 10 15 13C 35 37
Octal 311 115 250 0 76 20 25 474 65 67
Binary 11001001 1001101 10101000 0 111110 10000 10101 100111100 110101 110111

Color Harmonies of #C94DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94DA8

Black with #C94DA8

Text Example


Text Example

White with #C94DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94DA8; }

 p { color: rgb(201,77,168); }

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

background-color css

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

 a { background-color: rgb(201,77,168); }

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

border-color css

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

 span { border-color: rgb(201,77,168); }

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