Html Css Color HEX #C14278 Royal Heath

📋 copy color: '#C14278'

red 193 ◦ green 66 ◦ blue 120

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

Shades of Royal Heath #C14278

Tints of Royal Heath #C14278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

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

R = 50.92%
G = 17.41%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C14278 (or 0xC14278) is known color: Royal Heath. HEX triplet: C1, 42 and 78. RGB value is (193,66,120). Sum of RGB (Red+Green+Blue) = 193+66+120=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C14278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14278 is #3EBD87. Grayscale: #6E6E6E. Windows color (decimal): -4111752 or 7881409. OLE color: 7881409.

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

Color convert

RGB 193 66 120 -
CMYK 0 0.66 0.38 0.24
HSL 334.49º 0.51% 0.51% -
HSV(B) 334.49º 0.66% 0.76% -
XYZ 27.33 16.59 19.53 -
YUV 110.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 193 66 120 0 0.66 0.38 0.24 334.49 0.51 0.51
Hex C1 42 78 0 42 26 18 14E 33 33
Octal 301 102 170 0 102 46 30 516 63 63
Binary 11000001 1000010 1111000 0 1000010 100110 11000 101001110 110011 110011

Color Harmonies of #C14278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14278

Black with #C14278

Text Example


Text Example

White with #C14278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14278; }

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

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

background-color css

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

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

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

border-color css

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

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

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