Html Css Color HEX #C954A3 Mulberry

📋 copy color: '#C954A3'

red 201 ◦ green 84 ◦ blue 163

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

Shades of Mulberry #C954A3

Tints of Mulberry #C954A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.38%

R = 44.87%
G = 18.75%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C954A3 (or 0xC954A3) is known color: Mulberry. HEX triplet: C9, 54 and A3. RGB value is (201,84,163). Sum of RGB (Red+Green+Blue) = 201+84+163=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C954A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C954A3 is #36AB5C. Grayscale: #7F7F7F. Windows color (decimal): -3582813 or 10704073. OLE color: 10704073.

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

Color convert

RGB 201 84 163 -
CMYK 0 0.58 0.19 0.21
HSL 319.49º 0.52% 0.56% -
HSV(B) 319.49º 0.58% 0.79% -
XYZ 33.87 21.4 37 -
YUV 127.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 201 84 163 0 0.58 0.19 0.21 319.49 0.52 0.56
Hex C9 54 A3 0 3A 13 15 13F 34 38
Octal 311 124 243 0 72 23 25 477 64 70
Binary 11001001 1010100 10100011 0 111010 10011 10101 100111111 110100 111000

Color Harmonies of #C954A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C954A3

Black with #C954A3

Text Example


Text Example

White with #C954A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C954A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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