Html Css Color HEX #C2477C Royal Heath

📋 copy color: '#C2477C'

red 194 ◦ green 71 ◦ blue 124

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

Shades of Royal Heath #C2477C

Tints of Royal Heath #C2477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.25%

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 49.87%
G = 18.25%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2477C (or 0xC2477C) is known color: Royal Heath. HEX triplet: C2, 47 and 7C. RGB value is (194,71,124). Sum of RGB (Red+Green+Blue) = 194+71+124=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2477C is #3DB883. Grayscale: #717171. Windows color (decimal): -4044932 or 8144834. OLE color: 8144834.

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

Color convert

RGB 194 71 124 -
CMYK 0 0.63 0.36 0.24
HSL 334.15º 0.5% 0.52% -
HSV(B) 334.15º 0.63% 0.76% -
XYZ 28.14 17.43 20.95 -
YUV 113.82 133.75 185.19 -
System Red Green Blue C M Y K H S L
Decimal 194 71 124 0 0.63 0.36 0.24 334.15 0.5 0.52
Hex C2 47 7C 0 3F 24 18 14E 32 34
Octal 302 107 174 0 77 44 30 516 62 64
Binary 11000010 1000111 1111100 0 111111 100100 11000 101001110 110010 110100

Color Harmonies of #C2477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2477C

Black with #C2477C

Text Example


Text Example

White with #C2477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2477C; }

 p { color: rgb(194,71,124); }

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

background-color css

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

 a { background-color: rgb(194,71,124); }

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

border-color css

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

 span { border-color: rgb(194,71,124); }

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