Html Css Color HEX #C54098 Mulberry

📋 copy color: '#C54098'

red 197 ◦ green 64 ◦ blue 152

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

Shades of Mulberry #C54098

Tints of Mulberry #C54098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.5%

 BLUE value IS 152 (59.77% from 255) = 36.8%

R = 47.7%
G = 15.5%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C54098 (or 0xC54098) is known color: Mulberry. HEX triplet: C5, 40 and 98. RGB value is (197,64,152). Sum of RGB (Red+Green+Blue) = 197+64+152=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C54098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54098 is #3ABF67. Grayscale: #717171. Windows color (decimal): -3850088 or 9978053. OLE color: 9978053.

HSL color Cylindrical-coordinate representation of color #C54098: hue angle of 320.3º degrees, saturation: 0.53, 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 #C54098 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 152 -
CMYK 0 0.68 0.23 0.23
HSL 320.3º 0.53% 0.51% -
HSV(B) 320.3º 0.68% 0.77% -
XYZ 30.53 17.8 31.53 -
YUV 113.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 197 64 152 0 0.68 0.23 0.23 320.3 0.53 0.51
Hex C5 40 98 0 44 17 17 140 35 33
Octal 305 100 230 0 104 27 27 500 65 63
Binary 11000101 1000000 10011000 0 1000100 10111 10111 101000000 110101 110011

Color Harmonies of #C54098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54098

Black with #C54098

Text Example


Text Example

White with #C54098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54098; }

 p { color: rgb(197,64,152); }

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

background-color css

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

 a { background-color: rgb(197,64,152); }

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

border-color css

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

 span { border-color: rgb(197,64,152); }

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