Html Css Color HEX #C954A4 Mulberry

📋 copy color: '#C954A4'

red 201 ◦ green 84 ◦ blue 164

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

Shades of Mulberry #C954A4

Tints of Mulberry #C954A4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.71%

 BLUE value IS 164 (64.45% from 255) = 36.53%

R = 44.77%
G = 18.71%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C954A4 (or 0xC954A4) is known color: Mulberry. HEX triplet: C9, 54 and A4. RGB value is (201,84,164). Sum of RGB (Red+Green+Blue) = 201+84+164=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C954A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C954A4 is #36AB5B. Grayscale: #7F7F7F. Windows color (decimal): -3582812 or 10769609. OLE color: 10769609.

HSL color Cylindrical-coordinate representation of color #C954A4: hue angle of 318.97º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C954A4 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 84 164 -
CMYK 0 0.58 0.18 0.21
HSL 318.97º 0.52% 0.56% -
HSV(B) 318.97º 0.58% 0.79% -
XYZ 33.96 21.44 37.47 -
YUV 128.1 148.26 180 -
System Red Green Blue C M Y K H S L
Decimal 201 84 164 0 0.58 0.18 0.21 318.97 0.52 0.56
Hex C9 54 A4 0 3A 12 15 13F 34 38
Octal 311 124 244 0 72 22 25 477 64 70
Binary 11001001 1010100 10100100 0 111010 10010 10101 100111111 110100 111000

Color Harmonies of #C954A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954A4

Black with #C954A4

Text Example


Text Example

White with #C954A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954A4; }

 p { color: rgb(201,84,164); }

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

background-color css

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

 a { background-color: rgb(201,84,164); }

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

border-color css

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

 span { border-color: rgb(201,84,164); }

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