Html Css Color HEX #C74D7C Royal Heath

📋 copy color: '#C74D7C'

red 199 ◦ green 77 ◦ blue 124

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

Shades of Royal Heath #C74D7C

Tints of Royal Heath #C74D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.25%

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

R = 49.75%
G = 19.25%
B = 31%

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

#C74D7C (or 0xC74D7C) is known color: Royal Heath. HEX triplet: C7, 4D and 7C. RGB value is (199,77,124). Sum of RGB (Red+Green+Blue) = 199+77+124=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74D7C is #38B283. Grayscale: #767676. Windows color (decimal): -3715716 or 8146375. OLE color: 8146375.

HSL color Cylindrical-coordinate representation of color #C74D7C: hue angle of 336.89º 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 #C74D7C is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 77 124 -
CMYK 0 0.61 0.38 0.22
HSL 336.89º 0.52% 0.54% -
HSV(B) 336.89º 0.61% 0.78% -
XYZ 29.85 18.91 21.14 -
YUV 118.84 130.92 185.18 -
System Red Green Blue C M Y K H S L
Decimal 199 77 124 0 0.61 0.38 0.22 336.89 0.52 0.54
Hex C7 4D 7C 0 3D 26 16 151 34 36
Octal 307 115 174 0 75 46 26 521 64 66
Binary 11000111 1001101 1111100 0 111101 100110 10110 101010001 110100 110110

Color Harmonies of #C74D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74D7C

Black with #C74D7C

Text Example


Text Example

White with #C74D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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