Html Css Color HEX #C53B9E Mulberry

📋 copy color: '#C53B9E'

red 197 ◦ green 59 ◦ blue 158

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

Shades of Mulberry #C53B9E

Tints of Mulberry #C53B9E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.25%

 BLUE value IS 158 (62.11% from 255) = 38.16%

R = 47.58%
G = 14.25%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C53B9E (or 0xC53B9E) is known color: Mulberry. HEX triplet: C5, 3B and 9E. RGB value is (197,59,158). Sum of RGB (Red+Green+Blue) = 197+59+158=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53B9E is #3AC461. Grayscale: #6F6F6F. Windows color (decimal): -3851362 or 10369989. OLE color: 10369989.

HSL color Cylindrical-coordinate representation of color #C53B9E: hue angle of 316.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 #C53B9E is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 59 158 -
CMYK 0 0.70 0.20 0.23
HSL 316.96º 0.54% 0.5% -
HSV(B) 316.96º 0.7% 0.77% -
XYZ 30.76 17.47 34.1 -
YUV 111.55 154.22 188.95 -
System Red Green Blue C M Y K H S L
Decimal 197 59 158 0 0.70 0.20 0.23 316.96 0.54 0.5
Hex C5 3B 9E 0 46 14 17 13D 36 32
Octal 305 73 236 0 106 24 27 475 66 62
Binary 11000101 111011 10011110 0 1000110 10100 10111 100111101 110110 110010

Color Harmonies of #C53B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53B9E

Black with #C53B9E

Text Example


Text Example

White with #C53B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53B9E; }

 p { color: rgb(197,59,158); }

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

background-color css

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

 a { background-color: rgb(197,59,158); }

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

border-color css

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

 span { border-color: rgb(197,59,158); }

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