Html Css Color HEX #C953A7 Mulberry

📋 copy color: '#C953A7'

red 201 ◦ green 83 ◦ blue 167

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

Shades of Mulberry #C953A7

Tints of Mulberry #C953A7

RGB

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

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

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

R = 44.57%
G = 18.4%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#C953A7 (or 0xC953A7) is known color: Mulberry. HEX triplet: C9, 53 and A7. RGB value is (201,83,167). Sum of RGB (Red+Green+Blue) = 201+83+167=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C953A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C953A7 is #36AC58. Grayscale: #7F7F7F. Windows color (decimal): -3583065 or 10965961. OLE color: 10965961.

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

Color convert

RGB 201 83 167 -
CMYK 0 0.59 0.17 0.21
HSL 317.29º 0.52% 0.56% -
HSV(B) 317.29º 0.59% 0.79% -
XYZ 34.16 21.39 38.89 -
YUV 127.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 201 83 167 0 0.59 0.17 0.21 317.29 0.52 0.56
Hex C9 53 A7 0 3B 11 15 13D 34 38
Octal 311 123 247 0 73 21 25 475 64 70
Binary 11001001 1010011 10100111 0 111011 10001 10101 100111101 110100 111000

Color Harmonies of #C953A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953A7

Black with #C953A7

Text Example


Text Example

White with #C953A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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