Html Css Color HEX #C24D7C Royal Heath

📋 copy color: '#C24D7C'

red 194 ◦ green 77 ◦ blue 124

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

Shades of Royal Heath #C24D7C

Tints of Royal Heath #C24D7C

RGB

 RED value IS 194 (76.17% from 255) = 49.11%

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

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

R = 49.11%
G = 19.49%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C24D7C (or 0xC24D7C) is known color: Royal Heath. HEX triplet: C2, 4D and 7C. RGB value is (194,77,124). Sum of RGB (Red+Green+Blue) = 194+77+124=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24D7C is #3DB283. Grayscale: #757575. Windows color (decimal): -4043396 or 8146370. OLE color: 8146370.

HSL color Cylindrical-coordinate representation of color #C24D7C: hue angle of 335.9º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24D7C is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 77 124 -
CMYK 0 0.60 0.36 0.24
HSL 335.9º 0.49% 0.53% -
HSV(B) 335.9º 0.6% 0.76% -
XYZ 28.54 18.23 21.08 -
YUV 117.34 131.76 182.68 -
System Red Green Blue C M Y K H S L
Decimal 194 77 124 0 0.60 0.36 0.24 335.9 0.49 0.53
Hex C2 4D 7C 0 3C 24 18 150 31 35
Octal 302 115 174 0 74 44 30 520 61 65
Binary 11000010 1001101 1111100 0 111100 100100 11000 101010000 110001 110101

Color Harmonies of #C24D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D7C

Black with #C24D7C

Text Example


Text Example

White with #C24D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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