Html Css Color HEX #C54193 Mulberry

📋 copy color: '#C54193'

red 197 ◦ green 65 ◦ blue 147

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

Shades of Mulberry #C54193

Tints of Mulberry #C54193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.89%

 BLUE value IS 147 (57.81% from 255) = 35.94%

R = 48.17%
G = 15.89%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C54193 (or 0xC54193) is known color: Mulberry. HEX triplet: C5, 41 and 93. RGB value is (197,65,147). Sum of RGB (Red+Green+Blue) = 197+65+147=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C54193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54193 is #3ABE6C. Grayscale: #717171. Windows color (decimal): -3849837 or 9650629. OLE color: 9650629.

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

Color convert

RGB 197 65 147 -
CMYK 0 0.67 0.25 0.23
HSL 322.73º 0.53% 0.51% -
HSV(B) 322.73º 0.67% 0.77% -
XYZ 30.18 17.76 29.44 -
YUV 113.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 197 65 147 0 0.67 0.25 0.23 322.73 0.53 0.51
Hex C5 41 93 0 43 19 17 143 35 33
Octal 305 101 223 0 103 31 27 503 65 63
Binary 11000101 1000001 10010011 0 1000011 11001 10111 101000011 110101 110011

Color Harmonies of #C54193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54193

Black with #C54193

Text Example


Text Example

White with #C54193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54193; }

 p { color: rgb(197,65,147); }

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

background-color css

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

 a { background-color: rgb(197,65,147); }

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

border-color css

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

 span { border-color: rgb(197,65,147); }

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