Html Css Color HEX #C53F8F Mulberry

📋 copy color: '#C53F8F'

red 197 ◦ green 63 ◦ blue 143

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

Shades of Mulberry #C53F8F

Tints of Mulberry #C53F8F

RGB

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

 GREEN value IS 63 (25% from 255) = 15.63%

 BLUE value IS 143 (56.25% from 255) = 35.48%

R = 48.88%
G = 15.63%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C53F8F (or 0xC53F8F) is known color: Mulberry. HEX triplet: C5, 3F and 8F. RGB value is (197,63,143). Sum of RGB (Red+Green+Blue) = 197+63+143=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53F8F is #3AC070. Grayscale: #6F6F6F. Windows color (decimal): -3850353 or 9387973. OLE color: 9387973.

HSL color Cylindrical-coordinate representation of color #C53F8F: hue angle of 324.18º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53F8F is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 63 143 -
CMYK 0 0.68 0.27 0.23
HSL 324.18º 0.54% 0.51% -
HSV(B) 324.18º 0.68% 0.77% -
XYZ 29.76 17.41 27.78 -
YUV 112.19 145.39 188.5 -
System Red Green Blue C M Y K H S L
Decimal 197 63 143 0 0.68 0.27 0.23 324.18 0.54 0.51
Hex C5 3F 8F 0 44 1B 17 144 36 33
Octal 305 77 217 0 104 33 27 504 66 63
Binary 11000101 111111 10001111 0 1000100 11011 10111 101000100 110110 110011

Color Harmonies of #C53F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F8F

Black with #C53F8F

Text Example


Text Example

White with #C53F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F8F; }

 p { color: rgb(197,63,143); }

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

background-color css

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

 a { background-color: rgb(197,63,143); }

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

border-color css

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

 span { border-color: rgb(197,63,143); }

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