Html Css Color HEX #C24F7B Royal Heath

📋 copy color: '#C24F7B'

red 194 ◦ green 79 ◦ blue 123

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

Shades of Royal Heath #C24F7B

Tints of Royal Heath #C24F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.06%

R = 48.99%
G = 19.95%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C24F7B (or 0xC24F7B) is known color: Royal Heath. HEX triplet: C2, 4F and 7B. RGB value is (194,79,123). Sum of RGB (Red+Green+Blue) = 194+79+123=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F7B is #3DB084. Grayscale: #767676. Windows color (decimal): -4042885 or 8081346. OLE color: 8081346.

HSL color Cylindrical-coordinate representation of color #C24F7B: hue angle of 337.04º 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 #C24F7B is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 79 123 -
CMYK 0 0.59 0.37 0.24
HSL 337.04º 0.49% 0.54% -
HSV(B) 337.04º 0.59% 0.76% -
XYZ 28.62 18.49 20.8 -
YUV 118.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 194 79 123 0 0.59 0.37 0.24 337.04 0.49 0.54
Hex C2 4F 7B 0 3B 25 18 151 31 36
Octal 302 117 173 0 73 45 30 521 61 66
Binary 11000010 1001111 1111011 0 111011 100101 11000 101010001 110001 110110

Color Harmonies of #C24F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F7B

Black with #C24F7B

Text Example


Text Example

White with #C24F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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