Html Css Color HEX #C53C9C Mulberry

📋 copy color: '#C53C9C'

red 197 ◦ green 60 ◦ blue 156

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

Shades of Mulberry #C53C9C

Tints of Mulberry #C53C9C

RGB

 RED value IS 197 (77.34% from 255) = 47.7%

 GREEN value IS 60 (23.83% from 255) = 14.53%

 BLUE value IS 156 (61.33% from 255) = 37.77%

R = 47.7%
G = 14.53%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C53C9C (or 0xC53C9C) is known color: Mulberry. HEX triplet: C5, 3C and 9C. RGB value is (197,60,156). Sum of RGB (Red+Green+Blue) = 197+60+156=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53C9C is #3AC363. Grayscale: #6F6F6F. Windows color (decimal): -3851108 or 10239173. OLE color: 10239173.

HSL color Cylindrical-coordinate representation of color #C53C9C: hue angle of 317.96º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C9C is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 60 156 -
CMYK 0 0.70 0.21 0.23
HSL 317.96º 0.54% 0.5% -
HSV(B) 317.96º 0.7% 0.77% -
XYZ 30.64 17.5 33.22 -
YUV 111.91 152.89 188.69 -
System Red Green Blue C M Y K H S L
Decimal 197 60 156 0 0.70 0.21 0.23 317.96 0.54 0.5
Hex C5 3C 9C 0 46 15 17 13E 36 32
Octal 305 74 234 0 106 25 27 476 66 62
Binary 11000101 111100 10011100 0 1000110 10101 10111 100111110 110110 110010

Color Harmonies of #C53C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53C9C

Black with #C53C9C

Text Example


Text Example

White with #C53C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53C9C; }

 p { color: rgb(197,60,156); }

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

background-color css

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

 a { background-color: rgb(197,60,156); }

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

border-color css

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

 span { border-color: rgb(197,60,156); }

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