Html Css Color HEX #C94798 Mulberry

📋 copy color: '#C94798'

red 201 ◦ green 71 ◦ blue 152

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

Shades of Mulberry #C94798

Tints of Mulberry #C94798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.75%

 BLUE value IS 152 (59.77% from 255) = 35.85%

R = 47.41%
G = 16.75%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C94798 (or 0xC94798) is known color: Mulberry. HEX triplet: C9, 47 and 98. RGB value is (201,71,152). Sum of RGB (Red+Green+Blue) = 201+71+152=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C94798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94798 is #36B867. Grayscale: #767676. Windows color (decimal): -3586152 or 9979849. OLE color: 9979849.

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

Color convert

RGB 201 71 152 -
CMYK 0 0.65 0.24 0.21
HSL 322.62º 0.55% 0.53% -
HSV(B) 322.62º 0.65% 0.79% -
XYZ 32.01 19.19 31.72 -
YUV 119.1 146.57 186.41 -
System Red Green Blue C M Y K H S L
Decimal 201 71 152 0 0.65 0.24 0.21 322.62 0.55 0.53
Hex C9 47 98 0 41 18 15 143 37 35
Octal 311 107 230 0 101 30 25 503 67 65
Binary 11001001 1000111 10011000 0 1000001 11000 10101 101000011 110111 110101

Color Harmonies of #C94798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94798

Black with #C94798

Text Example


Text Example

White with #C94798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94798; }

 p { color: rgb(201,71,152); }

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

background-color css

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

 a { background-color: rgb(201,71,152); }

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

border-color css

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

 span { border-color: rgb(201,71,152); }

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