Html Css Color HEX #C14778 Royal Heath

📋 copy color: '#C14778'

red 193 ◦ green 71 ◦ blue 120

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

Shades of Royal Heath #C14778

Tints of Royal Heath #C14778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.25%

R = 50.26%
G = 18.49%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C14778 (or 0xC14778) is known color: Royal Heath. HEX triplet: C1, 47 and 78. RGB value is (193,71,120). Sum of RGB (Red+Green+Blue) = 193+71+120=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C14778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14778 is #3EB887. Grayscale: #707070. Windows color (decimal): -4110472 or 7882689. OLE color: 7882689.

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

Color convert

RGB 193 71 120 -
CMYK 0 0.63 0.38 0.24
HSL 335.9º 0.5% 0.52% -
HSV(B) 335.9º 0.63% 0.76% -
XYZ 27.64 17.2 19.63 -
YUV 113.06 131.92 185.02 -
System Red Green Blue C M Y K H S L
Decimal 193 71 120 0 0.63 0.38 0.24 335.9 0.5 0.52
Hex C1 47 78 0 3F 26 18 150 32 34
Octal 301 107 170 0 77 46 30 520 62 64
Binary 11000001 1000111 1111000 0 111111 100110 11000 101010000 110010 110100

Color Harmonies of #C14778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14778

Black with #C14778

Text Example


Text Example

White with #C14778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14778; }

 p { color: rgb(193,71,120); }

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

background-color css

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

 a { background-color: rgb(193,71,120); }

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

border-color css

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

 span { border-color: rgb(193,71,120); }

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