Html Css Color HEX #C24F7A Royal Heath

📋 copy color: '#C24F7A'

red 194 ◦ green 79 ◦ blue 122

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

Shades of Royal Heath #C24F7A

Tints of Royal Heath #C24F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.89%

R = 49.11%
G = 20%
B = 30.89%

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

#C24F7A (or 0xC24F7A) is known color: Royal Heath. HEX triplet: C2, 4F and 7A. RGB value is (194,79,122). Sum of RGB (Red+Green+Blue) = 194+79+122=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F7A is #3DB085. Grayscale: #767676. Windows color (decimal): -4042886 or 8015810. OLE color: 8015810.

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

Color convert

RGB 194 79 122 -
CMYK 0 0.59 0.37 0.24
HSL 337.57º 0.49% 0.54% -
HSV(B) 337.57º 0.59% 0.76% -
XYZ 28.56 18.47 20.47 -
YUV 118.29 130.1 182 -
System Red Green Blue C M Y K H S L
Decimal 194 79 122 0 0.59 0.37 0.24 337.57 0.49 0.54
Hex C2 4F 7A 0 3B 25 18 152 31 36
Octal 302 117 172 0 73 45 30 522 61 66
Binary 11000010 1001111 1111010 0 111011 100101 11000 101010010 110001 110110

Color Harmonies of #C24F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F7A

Black with #C24F7A

Text Example


Text Example

White with #C24F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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