Html Css Color HEX #C94AA5 Mulberry

📋 copy color: '#C94AA5'

red 201 ◦ green 74 ◦ blue 165

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

Shades of Mulberry #C94AA5

Tints of Mulberry #C94AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.5%

R = 45.68%
G = 16.82%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C94AA5 (or 0xC94AA5) is known color: Mulberry. HEX triplet: C9, 4A and A5. RGB value is (201,74,165). Sum of RGB (Red+Green+Blue) = 201+74+165=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C94AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94AA5 is #36B55A. Grayscale: #7A7A7A. Windows color (decimal): -3585371 or 10832585. OLE color: 10832585.

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

Color convert

RGB 201 74 165 -
CMYK 0 0.63 0.18 0.21
HSL 317.01º 0.54% 0.54% -
HSV(B) 317.01º 0.63% 0.79% -
XYZ 33.33 20.03 37.71 -
YUV 122.35 152.08 184.1 -
System Red Green Blue C M Y K H S L
Decimal 201 74 165 0 0.63 0.18 0.21 317.01 0.54 0.54
Hex C9 4A A5 0 3F 12 15 13D 36 36
Octal 311 112 245 0 77 22 25 475 66 66
Binary 11001001 1001010 10100101 0 111111 10010 10101 100111101 110110 110110

Color Harmonies of #C94AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94AA5

Black with #C94AA5

Text Example


Text Example

White with #C94AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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