Html Css Color HEX #C94594 Mulberry

📋 copy color: '#C94594'

red 201 ◦ green 69 ◦ blue 148

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

Shades of Mulberry #C94594

Tints of Mulberry #C94594

RGB

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

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

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

R = 48.09%
G = 16.51%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C94594 (or 0xC94594) is known color: Mulberry. HEX triplet: C9, 45 and 94. RGB value is (201,69,148). Sum of RGB (Red+Green+Blue) = 201+69+148=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C94594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94594 is #36BA6B. Grayscale: #757575. Windows color (decimal): -3586668 or 9717193. OLE color: 9717193.

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

Color convert

RGB 201 69 148 -
CMYK 0 0.66 0.26 0.21
HSL 324.09º 0.55% 0.53% -
HSV(B) 324.09º 0.66% 0.79% -
XYZ 31.56 18.81 29.98 -
YUV 117.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 201 69 148 0 0.66 0.26 0.21 324.09 0.55 0.53
Hex C9 45 94 0 42 1A 15 144 37 35
Octal 311 105 224 0 102 32 25 504 67 65
Binary 11001001 1000101 10010100 0 1000010 11010 10101 101000100 110111 110101

Color Harmonies of #C94594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94594

Black with #C94594

Text Example


Text Example

White with #C94594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94594; }

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

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

background-color css

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

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

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

border-color css

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

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

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