Html Css Color HEX #C14479 Royal Heath

📋 copy color: '#C14479'

red 193 ◦ green 68 ◦ blue 121

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

Shades of Royal Heath #C14479

Tints of Royal Heath #C14479

RGB

 RED value IS 193 (75.78% from 255) = 50.52%

 GREEN value IS 68 (26.95% from 255) = 17.8%

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 50.52%
G = 17.8%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C14479 (or 0xC14479) is known color: Royal Heath. HEX triplet: C1, 44 and 79. RGB value is (193,68,121). Sum of RGB (Red+Green+Blue) = 193+68+121=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C14479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14479 is #3EBB86. Grayscale: #6F6F6F. Windows color (decimal): -4111239 or 7947457. OLE color: 7947457.

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

Color convert

RGB 193 68 121 -
CMYK 0 0.65 0.37 0.24
HSL 334.56º 0.5% 0.51% -
HSV(B) 334.56º 0.65% 0.76% -
XYZ 27.51 16.85 19.89 -
YUV 111.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 193 68 121 0 0.65 0.37 0.24 334.56 0.5 0.51
Hex C1 44 79 0 41 25 18 14F 32 33
Octal 301 104 171 0 101 45 30 517 62 63
Binary 11000001 1000100 1111001 0 1000001 100101 11000 101001111 110010 110011

Color Harmonies of #C14479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14479

Black with #C14479

Text Example


Text Example

White with #C14479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14479; }

 p { color: rgb(193,68,121); }

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

background-color css

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

 a { background-color: rgb(193,68,121); }

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

border-color css

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

 span { border-color: rgb(193,68,121); }

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