Html Css Color HEX #C94AA7 Mulberry

📋 copy color: '#C94AA7'

red 201 ◦ green 74 ◦ blue 167

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

Shades of Mulberry #C94AA7

Tints of Mulberry #C94AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.78%

R = 45.48%
G = 16.74%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C94AA7 (or 0xC94AA7) is known color: Mulberry. HEX triplet: C9, 4A and A7. RGB value is (201,74,167). Sum of RGB (Red+Green+Blue) = 201+74+167=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C94AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94AA7 is #36B558. Grayscale: #7A7A7A. Windows color (decimal): -3585369 or 10963657. OLE color: 10963657.

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

Color convert

RGB 201 74 167 -
CMYK 0 0.63 0.17 0.21
HSL 316.06º 0.54% 0.54% -
HSV(B) 316.06º 0.63% 0.79% -
XYZ 33.51 20.11 38.67 -
YUV 122.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 201 74 167 0 0.63 0.17 0.21 316.06 0.54 0.54
Hex C9 4A A7 0 3F 11 15 13C 36 36
Octal 311 112 247 0 77 21 25 474 66 66
Binary 11001001 1001010 10100111 0 111111 10001 10101 100111100 110110 110110

Color Harmonies of #C94AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94AA7

Black with #C94AA7

Text Example


Text Example

White with #C94AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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