Html Css Color HEX #C24F72 Royal Heath

📋 copy color: '#C24F72'

red 194 ◦ green 79 ◦ blue 114

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

Shades of Royal Heath #C24F72

Tints of Royal Heath #C24F72

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.41%

 BLUE value IS 114 (44.92% from 255) = 29.46%

R = 50.13%
G = 20.41%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C24F72 (or 0xC24F72) is known color: Royal Heath. HEX triplet: C2, 4F and 72. RGB value is (194,79,114). Sum of RGB (Red+Green+Blue) = 194+79+114=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F72 is #3DB08D. Grayscale: #757575. Windows color (decimal): -4042894 or 7491522. OLE color: 7491522.

HSL color Cylindrical-coordinate representation of color #C24F72: hue angle of 341.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24F72 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 79 114 -
CMYK 0 0.59 0.41 0.24
HSL 341.74º 0.49% 0.54% -
HSV(B) 341.74º 0.59% 0.76% -
XYZ 28.08 18.28 17.97 -
YUV 117.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 194 79 114 0 0.59 0.41 0.24 341.74 0.49 0.54
Hex C2 4F 72 0 3B 29 18 156 31 36
Octal 302 117 162 0 73 51 30 526 61 66
Binary 11000010 1001111 1110010 0 111011 101001 11000 101010110 110001 110110

Color Harmonies of #C24F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F72

Black with #C24F72

Text Example


Text Example

White with #C24F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F72; }

 p { color: rgb(194,79,114); }

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

background-color css

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

 a { background-color: rgb(194,79,114); }

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

border-color css

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

 span { border-color: rgb(194,79,114); }

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