Html Css Color HEX #C953A4 Mulberry

📋 copy color: '#C953A4'

red 201 ◦ green 83 ◦ blue 164

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

Shades of Mulberry #C953A4

Tints of Mulberry #C953A4

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.53%

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

R = 44.87%
G = 18.53%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C953A4 (or 0xC953A4) is known color: Mulberry. HEX triplet: C9, 53 and A4. RGB value is (201,83,164). Sum of RGB (Red+Green+Blue) = 201+83+164=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C953A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C953A4 is #36AC5B. Grayscale: #7F7F7F. Windows color (decimal): -3583068 or 10769353. OLE color: 10769353.

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

Color convert

RGB 201 83 164 -
CMYK 0 0.59 0.18 0.21
HSL 318.81º 0.52% 0.56% -
HSV(B) 318.81º 0.59% 0.79% -
XYZ 33.88 21.28 37.44 -
YUV 127.52 148.59 180.41 -
System Red Green Blue C M Y K H S L
Decimal 201 83 164 0 0.59 0.18 0.21 318.81 0.52 0.56
Hex C9 53 A4 0 3B 12 15 13F 34 38
Octal 311 123 244 0 73 22 25 477 64 70
Binary 11001001 1010011 10100100 0 111011 10010 10101 100111111 110100 111000

Color Harmonies of #C953A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953A4

Black with #C953A4

Text Example


Text Example

White with #C953A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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