Html Css Color HEX #C94699 Mulberry

📋 copy color: '#C94699'

red 201 ◦ green 70 ◦ blue 153

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

Shades of Mulberry #C94699

Tints of Mulberry #C94699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.08%

R = 47.41%
G = 16.51%
B = 36.08%

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

#C94699 (or 0xC94699) is known color: Mulberry. HEX triplet: C9, 46 and 99. RGB value is (201,70,153). Sum of RGB (Red+Green+Blue) = 201+70+153=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C94699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94699 is #36B966. Grayscale: #767676. Windows color (decimal): -3586407 or 10045129. OLE color: 10045129.

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

Color convert

RGB 201 70 153 -
CMYK 0 0.65 0.24 0.21
HSL 321.98º 0.55% 0.53% -
HSV(B) 321.98º 0.65% 0.79% -
XYZ 32.03 19.1 32.14 -
YUV 118.63 147.4 186.75 -
System Red Green Blue C M Y K H S L
Decimal 201 70 153 0 0.65 0.24 0.21 321.98 0.55 0.53
Hex C9 46 99 0 41 18 15 142 37 35
Octal 311 106 231 0 101 30 25 502 67 65
Binary 11001001 1000110 10011001 0 1000001 11000 10101 101000010 110111 110101

Color Harmonies of #C94699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94699

Black with #C94699

Text Example


Text Example

White with #C94699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94699; }

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

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

background-color css

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

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

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

border-color css

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

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

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