Html Css Color HEX #C74E7C Royal Heath

📋 copy color: '#C74E7C'

red 199 ◦ green 78 ◦ blue 124

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

Shades of Royal Heath #C74E7C

Tints of Royal Heath #C74E7C

RGB

 RED value IS 199 (78.13% from 255) = 49.63%

 GREEN value IS 78 (30.86% from 255) = 19.45%

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 49.63%
G = 19.45%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C74E7C (or 0xC74E7C) is known color: Royal Heath. HEX triplet: C7, 4E and 7C. RGB value is (199,78,124). Sum of RGB (Red+Green+Blue) = 199+78+124=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74E7C is #38B183. Grayscale: #777777. Windows color (decimal): -3715460 or 8146631. OLE color: 8146631.

HSL color Cylindrical-coordinate representation of color #C74E7C: hue angle of 337.19º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74E7C is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 78 124 -
CMYK 0 0.61 0.38 0.22
HSL 337.19º 0.52% 0.54% -
HSV(B) 337.19º 0.61% 0.78% -
XYZ 29.92 19.05 21.17 -
YUV 119.42 130.59 184.76 -
System Red Green Blue C M Y K H S L
Decimal 199 78 124 0 0.61 0.38 0.22 337.19 0.52 0.54
Hex C7 4E 7C 0 3D 26 16 151 34 36
Octal 307 116 174 0 75 46 26 521 64 66
Binary 11000111 1001110 1111100 0 111101 100110 10110 101010001 110100 110110

Color Harmonies of #C74E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74E7C

Black with #C74E7C

Text Example


Text Example

White with #C74E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74E7C; }

 p { color: rgb(199,78,124); }

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

background-color css

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

 a { background-color: rgb(199,78,124); }

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

border-color css

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

 span { border-color: rgb(199,78,124); }

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