Html Css Color HEX #C54271 Royal Heath

📋 copy color: '#C54271'

red 197 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #C54271

Tints of Royal Heath #C54271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.55%

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 52.39%
G = 17.55%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C54271 (or 0xC54271) is known color: Royal Heath. HEX triplet: C5, 42 and 71. RGB value is (197,66,113). Sum of RGB (Red+Green+Blue) = 197+66+113=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C54271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54271 is #3ABD8E. Grayscale: #6E6E6E. Windows color (decimal): -3849615 or 7422661. OLE color: 7422661.

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

Color convert

RGB 197 66 113 -
CMYK 0 0.66 0.43 0.23
HSL 338.47º 0.53% 0.52% -
HSV(B) 338.47º 0.66% 0.77% -
XYZ 27.95 16.96 17.42 -
YUV 110.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 197 66 113 0 0.66 0.43 0.23 338.47 0.53 0.52
Hex C5 42 71 0 42 2B 17 152 35 34
Octal 305 102 161 0 102 53 27 522 65 64
Binary 11000101 1000010 1110001 0 1000010 101011 10111 101010010 110101 110100

Color Harmonies of #C54271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54271

Black with #C54271

Text Example


Text Example

White with #C54271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54271; }

 p { color: rgb(197,66,113); }

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

background-color css

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

 a { background-color: rgb(197,66,113); }

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

border-color css

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

 span { border-color: rgb(197,66,113); }

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