Html Css Color HEX #C53F7A Royal Heath

📋 copy color: '#C53F7A'

red 197 ◦ green 63 ◦ blue 122

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

Shades of Royal Heath #C53F7A

Tints of Royal Heath #C53F7A

RGB

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

 GREEN value IS 63 (25% from 255) = 16.49%

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 51.57%
G = 16.49%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C53F7A (or 0xC53F7A) is known color: Royal Heath. HEX triplet: C5, 3F and 7A. RGB value is (197,63,122). Sum of RGB (Red+Green+Blue) = 197+63+122=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F7A is #3AC085. Grayscale: #6D6D6D. Windows color (decimal): -3850374 or 8011717. OLE color: 8011717.

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

Color convert

RGB 197 63 122 -
CMYK 0 0.68 0.38 0.23
HSL 333.58º 0.54% 0.51% -
HSV(B) 333.58º 0.68% 0.77% -
XYZ 28.32 16.83 20.17 -
YUV 109.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 197 63 122 0 0.68 0.38 0.23 333.58 0.54 0.51
Hex C5 3F 7A 0 44 26 17 14E 36 33
Octal 305 77 172 0 104 46 27 516 66 63
Binary 11000101 111111 1111010 0 1000100 100110 10111 101001110 110110 110011

Color Harmonies of #C53F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F7A

Black with #C53F7A

Text Example


Text Example

White with #C53F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F7A; }

 p { color: rgb(197,63,122); }

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

background-color css

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

 a { background-color: rgb(197,63,122); }

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

border-color css

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

 span { border-color: rgb(197,63,122); }

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