Html Css Color HEX #C54C78 Royal Heath

📋 copy color: '#C54C78'

red 197 ◦ green 76 ◦ blue 120

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

Shades of Royal Heath #C54C78

Tints of Royal Heath #C54C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.34%

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 50.13%
G = 19.34%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C54C78 (or 0xC54C78) is known color: Royal Heath. HEX triplet: C5, 4C and 78. RGB value is (197,76,120). Sum of RGB (Red+Green+Blue) = 197+76+120=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54C78 is #3AB387. Grayscale: #757575. Windows color (decimal): -3847048 or 7883973. OLE color: 7883973.

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

Color convert

RGB 197 76 120 -
CMYK 0 0.61 0.39 0.23
HSL 338.18º 0.51% 0.54% -
HSV(B) 338.18º 0.61% 0.77% -
XYZ 29 18.4 19.79 -
YUV 117.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 197 76 120 0 0.61 0.39 0.23 338.18 0.51 0.54
Hex C5 4C 78 0 3D 27 17 152 33 36
Octal 305 114 170 0 75 47 27 522 63 66
Binary 11000101 1001100 1111000 0 111101 100111 10111 101010010 110011 110110

Color Harmonies of #C54C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54C78

Black with #C54C78

Text Example


Text Example

White with #C54C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54C78; }

 p { color: rgb(197,76,120); }

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

background-color css

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

 a { background-color: rgb(197,76,120); }

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

border-color css

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

 span { border-color: rgb(197,76,120); }

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