Html Css Color HEX #C94598 Mulberry

📋 copy color: '#C94598'

red 201 ◦ green 69 ◦ blue 152

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

Shades of Mulberry #C94598

Tints of Mulberry #C94598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.35%

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

R = 47.63%
G = 16.35%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C94598 (or 0xC94598) is known color: Mulberry. HEX triplet: C9, 45 and 98. RGB value is (201,69,152). Sum of RGB (Red+Green+Blue) = 201+69+152=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C94598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94598 is #36BA67. Grayscale: #757575. Windows color (decimal): -3586664 or 9979337. OLE color: 9979337.

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

Color convert

RGB 201 69 152 -
CMYK 0 0.66 0.24 0.21
HSL 322.27º 0.55% 0.53% -
HSV(B) 322.27º 0.66% 0.79% -
XYZ 31.88 18.94 31.68 -
YUV 117.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 201 69 152 0 0.66 0.24 0.21 322.27 0.55 0.53
Hex C9 45 98 0 42 18 15 142 37 35
Octal 311 105 230 0 102 30 25 502 67 65
Binary 11001001 1000101 10011000 0 1000010 11000 10101 101000010 110111 110101

Color Harmonies of #C94598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94598

Black with #C94598

Text Example


Text Example

White with #C94598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94598; }

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

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

background-color css

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

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

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

border-color css

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

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

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