Html Css Color HEX #C24571 Royal Heath

📋 copy color: '#C24571'

red 194 ◦ green 69 ◦ blue 113

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

Shades of Royal Heath #C24571

Tints of Royal Heath #C24571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.35%

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 51.6%
G = 18.35%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C24571 (or 0xC24571) is known color: Royal Heath. HEX triplet: C2, 45 and 71. RGB value is (194,69,113). Sum of RGB (Red+Green+Blue) = 194+69+113=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C24571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24571 is #3DBA8E. Grayscale: #6F6F6F. Windows color (decimal): -4045455 or 7423426. OLE color: 7423426.

HSL color Cylindrical-coordinate representation of color #C24571: hue angle of 338.88º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24571 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 69 113 -
CMYK 0 0.64 0.42 0.24
HSL 338.88º 0.51% 0.52% -
HSV(B) 338.88º 0.64% 0.76% -
XYZ 27.36 16.92 17.45 -
YUV 111.39 128.91 186.92 -
System Red Green Blue C M Y K H S L
Decimal 194 69 113 0 0.64 0.42 0.24 338.88 0.51 0.52
Hex C2 45 71 0 40 2A 18 153 33 34
Octal 302 105 161 0 100 52 30 523 63 64
Binary 11000010 1000101 1110001 0 1000000 101010 11000 101010011 110011 110100

Color Harmonies of #C24571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24571

Black with #C24571

Text Example


Text Example

White with #C24571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24571; }

 p { color: rgb(194,69,113); }

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

background-color css

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

 a { background-color: rgb(194,69,113); }

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

border-color css

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

 span { border-color: rgb(194,69,113); }

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