Html Css Color HEX #C24E7E Royal Heath

📋 copy color: '#C24E7E'

red 194 ◦ green 78 ◦ blue 126

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

Shades of Royal Heath #C24E7E

Tints of Royal Heath #C24E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.66%

R = 48.74%
G = 19.6%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C24E7E (or 0xC24E7E) is known color: Royal Heath. HEX triplet: C2, 4E and 7E. RGB value is (194,78,126). Sum of RGB (Red+Green+Blue) = 194+78+126=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24E7E is #3DB181. Grayscale: #767676. Windows color (decimal): -4043138 or 8277698. OLE color: 8277698.

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

Color convert

RGB 194 78 126 -
CMYK 0 0.60 0.35 0.24
HSL 335.17º 0.49% 0.53% -
HSV(B) 335.17º 0.6% 0.76% -
XYZ 28.74 18.42 21.78 -
YUV 118.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 194 78 126 0 0.60 0.35 0.24 335.17 0.49 0.53
Hex C2 4E 7E 0 3C 23 18 14F 31 35
Octal 302 116 176 0 74 43 30 517 61 65
Binary 11000010 1001110 1111110 0 111100 100011 11000 101001111 110001 110101

Color Harmonies of #C24E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24E7E

Black with #C24E7E

Text Example


Text Example

White with #C24E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24E7E; }

 p { color: rgb(194,78,126); }

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

background-color css

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

 a { background-color: rgb(194,78,126); }

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

border-color css

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

 span { border-color: rgb(194,78,126); }

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