Html Css Color HEX #C24D7B Royal Heath

📋 copy color: '#C24D7B'

red 194 ◦ green 77 ◦ blue 123

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

Shades of Royal Heath #C24D7B

Tints of Royal Heath #C24D7B

RGB

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

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

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

R = 49.24%
G = 19.54%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C24D7B (or 0xC24D7B) is known color: Royal Heath. HEX triplet: C2, 4D and 7B. RGB value is (194,77,123). Sum of RGB (Red+Green+Blue) = 194+77+123=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24D7B is #3DB284. Grayscale: #757575. Windows color (decimal): -4043397 or 8080834. OLE color: 8080834.

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

Color convert

RGB 194 77 123 -
CMYK 0 0.60 0.37 0.24
HSL 336.41º 0.49% 0.53% -
HSV(B) 336.41º 0.6% 0.76% -
XYZ 28.48 18.21 20.75 -
YUV 117.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 194 77 123 0 0.60 0.37 0.24 336.41 0.49 0.53
Hex C2 4D 7B 0 3C 25 18 150 31 35
Octal 302 115 173 0 74 45 30 520 61 65
Binary 11000010 1001101 1111011 0 111100 100101 11000 101010000 110001 110101

Color Harmonies of #C24D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D7B

Black with #C24D7B

Text Example


Text Example

White with #C24D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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