Html Css Color HEX #C2547F Royal Heath

📋 copy color: '#C2547F'

red 194 ◦ green 84 ◦ blue 127

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

Shades of Royal Heath #C2547F

Tints of Royal Heath #C2547F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.74%

 BLUE value IS 127 (50% from 255) = 31.36%

R = 47.9%
G = 20.74%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2547F (or 0xC2547F) is known color: Royal Heath. HEX triplet: C2, 54 and 7F. RGB value is (194,84,127). Sum of RGB (Red+Green+Blue) = 194+84+127=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2547F is #3DAB80. Grayscale: #797979. Windows color (decimal): -4041601 or 8344770. OLE color: 8344770.

HSL color Cylindrical-coordinate representation of color #C2547F: hue angle of 336.55º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2547F is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 84 127 -
CMYK 0 0.57 0.35 0.24
HSL 336.55º 0.47% 0.55% -
HSV(B) 336.55º 0.57% 0.76% -
XYZ 29.25 19.34 22.27 -
YUV 121.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 194 84 127 0 0.57 0.35 0.24 336.55 0.47 0.55
Hex C2 54 7F 0 39 23 18 151 2F 37
Octal 302 124 177 0 71 43 30 521 57 67
Binary 11000010 1010100 1111111 0 111001 100011 11000 101010001 101111 110111

Color Harmonies of #C2547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2547F

Black with #C2547F

Text Example


Text Example

White with #C2547F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2547F; }

 p { color: rgb(194,84,127); }

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

background-color css

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

 a { background-color: rgb(194,84,127); }

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

border-color css

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

 span { border-color: rgb(194,84,127); }

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