Html Css Color HEX #C94694 Mulberry

📋 copy color: '#C94694'

red 201 ◦ green 70 ◦ blue 148

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

Shades of Mulberry #C94694

Tints of Mulberry #C94694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.32%

R = 47.97%
G = 16.71%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C94694 (or 0xC94694) is known color: Mulberry. HEX triplet: C9, 46 and 94. RGB value is (201,70,148). Sum of RGB (Red+Green+Blue) = 201+70+148=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C94694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94694 is #36B96B. Grayscale: #757575. Windows color (decimal): -3586412 or 9717449. OLE color: 9717449.

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

Color convert

RGB 201 70 148 -
CMYK 0 0.65 0.26 0.21
HSL 324.27º 0.55% 0.53% -
HSV(B) 324.27º 0.65% 0.79% -
XYZ 31.62 18.94 30.01 -
YUV 118.06 144.9 187.16 -
System Red Green Blue C M Y K H S L
Decimal 201 70 148 0 0.65 0.26 0.21 324.27 0.55 0.53
Hex C9 46 94 0 41 1A 15 144 37 35
Octal 311 106 224 0 101 32 25 504 67 65
Binary 11001001 1000110 10010100 0 1000001 11010 10101 101000100 110111 110101

Color Harmonies of #C94694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94694

Black with #C94694

Text Example


Text Example

White with #C94694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94694; }

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

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

background-color css

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

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

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

border-color css

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

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

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