Html Css Color HEX #C951A7 Mulberry

📋 copy color: '#C951A7'

red 201 ◦ green 81 ◦ blue 167

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

Shades of Mulberry #C951A7

Tints of Mulberry #C951A7

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.04%

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

R = 44.77%
G = 18.04%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C951A7 (or 0xC951A7) is known color: Mulberry. HEX triplet: C9, 51 and A7. RGB value is (201,81,167). Sum of RGB (Red+Green+Blue) = 201+81+167=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C951A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C951A7 is #36AE58. Grayscale: #7E7E7E. Windows color (decimal): -3583577 or 10965449. OLE color: 10965449.

HSL color Cylindrical-coordinate representation of color #C951A7: hue angle of 317º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C951A7 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 167 -
CMYK 0 0.60 0.17 0.21
HSL 317º 0.53% 0.55% -
HSV(B) 317º 0.6% 0.79% -
XYZ 34 21.09 38.84 -
YUV 126.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 201 81 167 0 0.60 0.17 0.21 317 0.53 0.55
Hex C9 51 A7 0 3C 11 15 13D 35 37
Octal 311 121 247 0 74 21 25 475 65 67
Binary 11001001 1010001 10100111 0 111100 10001 10101 100111101 110101 110111

Color Harmonies of #C951A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C951A7

Black with #C951A7

Text Example


Text Example

White with #C951A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C951A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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