Html Css Color HEX #C94698 Mulberry

📋 copy color: '#C94698'

red 201 ◦ green 70 ◦ blue 152

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

Shades of Mulberry #C94698

Tints of Mulberry #C94698

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.55%

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

R = 47.52%
G = 16.55%
B = 35.93%

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

#C94698 (or 0xC94698) is known color: Mulberry. HEX triplet: C9, 46 and 98. RGB value is (201,70,152). Sum of RGB (Red+Green+Blue) = 201+70+152=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C94698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94698 is #36B967. Grayscale: #767676. Windows color (decimal): -3586408 or 9979593. OLE color: 9979593.

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

Color convert

RGB 201 70 152 -
CMYK 0 0.65 0.24 0.21
HSL 322.44º 0.55% 0.53% -
HSV(B) 322.44º 0.65% 0.79% -
XYZ 31.95 19.06 31.7 -
YUV 118.52 146.9 186.83 -
System Red Green Blue C M Y K H S L
Decimal 201 70 152 0 0.65 0.24 0.21 322.44 0.55 0.53
Hex C9 46 98 0 41 18 15 142 37 35
Octal 311 106 230 0 101 30 25 502 67 65
Binary 11001001 1000110 10011000 0 1000001 11000 10101 101000010 110111 110101

Color Harmonies of #C94698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94698

Black with #C94698

Text Example


Text Example

White with #C94698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94698; }

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

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

background-color css

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

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

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

border-color css

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

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

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