Html Css Color HEX #C94495 Mulberry

📋 copy color: '#C94495'

red 201 ◦ green 68 ◦ blue 149

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

Shades of Mulberry #C94495

Tints of Mulberry #C94495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.65%

R = 48.09%
G = 16.27%
B = 35.65%

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

#C94495 (or 0xC94495) is known color: Mulberry. HEX triplet: C9, 44 and 95. RGB value is (201,68,149). Sum of RGB (Red+Green+Blue) = 201+68+149=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C94495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94495 is #36BB6A. Grayscale: #747474. Windows color (decimal): -3586923 or 9782473. OLE color: 9782473.

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

Color convert

RGB 201 68 149 -
CMYK 0 0.66 0.26 0.21
HSL 323.46º 0.55% 0.53% -
HSV(B) 323.46º 0.66% 0.79% -
XYZ 31.58 18.72 30.38 -
YUV 117 146.06 187.91 -
System Red Green Blue C M Y K H S L
Decimal 201 68 149 0 0.66 0.26 0.21 323.46 0.55 0.53
Hex C9 44 95 0 42 1A 15 143 37 35
Octal 311 104 225 0 102 32 25 503 67 65
Binary 11001001 1000100 10010101 0 1000010 11010 10101 101000011 110111 110101

Color Harmonies of #C94495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94495

Black with #C94495

Text Example


Text Example

White with #C94495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94495; }

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

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

background-color css

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

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

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

border-color css

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

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

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