Html Css Color HEX #C94A94 Mulberry

📋 copy color: '#C94A94'

red 201 ◦ green 74 ◦ blue 148

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

Shades of Mulberry #C94A94

Tints of Mulberry #C94A94

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.49%

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

R = 47.52%
G = 17.49%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C94A94 (or 0xC94A94) is known color: Mulberry. HEX triplet: C9, 4A and 94. RGB value is (201,74,148). Sum of RGB (Red+Green+Blue) = 201+74+148=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94A94 is #36B56B. Grayscale: #787878. Windows color (decimal): -3585388 or 9718473. OLE color: 9718473.

HSL color Cylindrical-coordinate representation of color #C94A94: hue angle of 325.04º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94A94 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 74 148 -
CMYK 0 0.63 0.26 0.21
HSL 325.04º 0.54% 0.54% -
HSV(B) 325.04º 0.63% 0.79% -
XYZ 31.88 19.45 30.09 -
YUV 120.41 143.58 185.48 -
System Red Green Blue C M Y K H S L
Decimal 201 74 148 0 0.63 0.26 0.21 325.04 0.54 0.54
Hex C9 4A 94 0 3F 1A 15 145 36 36
Octal 311 112 224 0 77 32 25 505 66 66
Binary 11001001 1001010 10010100 0 111111 11010 10101 101000101 110110 110110

Color Harmonies of #C94A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94A94

Black with #C94A94

Text Example


Text Example

White with #C94A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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