Html Css Color HEX #C54F7D Royal Heath

📋 copy color: '#C54F7D'

red 197 ◦ green 79 ◦ blue 125

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

Shades of Royal Heath #C54F7D

Tints of Royal Heath #C54F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.7%

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 49.13%
G = 19.7%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C54F7D (or 0xC54F7D) is known color: Royal Heath. HEX triplet: C5, 4F and 7D. RGB value is (197,79,125). Sum of RGB (Red+Green+Blue) = 197+79+125=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54F7D is #3AB082. Grayscale: #777777. Windows color (decimal): -3846275 or 8212421. OLE color: 8212421.

HSL color Cylindrical-coordinate representation of color #C54F7D: hue angle of 336.61º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54F7D is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 79 125 -
CMYK 0 0.60 0.37 0.23
HSL 336.61º 0.5% 0.54% -
HSV(B) 336.61º 0.6% 0.77% -
XYZ 29.52 18.94 21.5 -
YUV 119.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 197 79 125 0 0.60 0.37 0.23 336.61 0.5 0.54
Hex C5 4F 7D 0 3C 25 17 151 32 36
Octal 305 117 175 0 74 45 27 521 62 66
Binary 11000101 1001111 1111101 0 111100 100101 10111 101010001 110010 110110

Color Harmonies of #C54F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54F7D

Black with #C54F7D

Text Example


Text Example

White with #C54F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54F7D; }

 p { color: rgb(197,79,125); }

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

background-color css

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

 a { background-color: rgb(197,79,125); }

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

border-color css

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

 span { border-color: rgb(197,79,125); }

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