Html Css Color HEX #C94498 Mulberry

📋 copy color: '#C94498'

red 201 ◦ green 68 ◦ blue 152

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

Shades of Mulberry #C94498

Tints of Mulberry #C94498

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.15%

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

R = 47.74%
G = 16.15%
B = 36.1%

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

#C94498 (or 0xC94498) is known color: Mulberry. HEX triplet: C9, 44 and 98. RGB value is (201,68,152). Sum of RGB (Red+Green+Blue) = 201+68+152=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C94498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94498 is #36BB67. Grayscale: #757575. Windows color (decimal): -3586920 or 9979081. OLE color: 9979081.

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

Color convert

RGB 201 68 152 -
CMYK 0 0.66 0.24 0.21
HSL 322.11º 0.55% 0.53% -
HSV(B) 322.11º 0.66% 0.79% -
XYZ 31.82 18.82 31.66 -
YUV 117.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 201 68 152 0 0.66 0.24 0.21 322.11 0.55 0.53
Hex C9 44 98 0 42 18 15 142 37 35
Octal 311 104 230 0 102 30 25 502 67 65
Binary 11001001 1000100 10011000 0 1000010 11000 10101 101000010 110111 110101

Color Harmonies of #C94498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94498

Black with #C94498

Text Example


Text Example

White with #C94498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94498; }

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

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

background-color css

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

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

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

border-color css

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

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

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