Html Css Color HEX #C14571 Royal Heath

📋 copy color: '#C14571'

red 193 ◦ green 69 ◦ blue 113

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

Shades of Royal Heath #C14571

Tints of Royal Heath #C14571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.4%

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 51.47%
G = 18.4%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C14571 (or 0xC14571) is known color: Royal Heath. HEX triplet: C1, 45 and 71. RGB value is (193,69,113). Sum of RGB (Red+Green+Blue) = 193+69+113=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C14571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14571 is #3EBA8E. Grayscale: #6F6F6F. Windows color (decimal): -4110991 or 7423425. OLE color: 7423425.

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

Color convert

RGB 193 69 113 -
CMYK 0 0.64 0.41 0.24
HSL 338.71º 0.5% 0.51% -
HSV(B) 338.71º 0.64% 0.76% -
XYZ 27.1 16.79 17.43 -
YUV 111.09 129.08 186.42 -
System Red Green Blue C M Y K H S L
Decimal 193 69 113 0 0.64 0.41 0.24 338.71 0.5 0.51
Hex C1 45 71 0 40 29 18 153 32 33
Octal 301 105 161 0 100 51 30 523 62 63
Binary 11000001 1000101 1110001 0 1000000 101001 11000 101010011 110010 110011

Color Harmonies of #C14571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14571

Black with #C14571

Text Example


Text Example

White with #C14571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14571; }

 p { color: rgb(193,69,113); }

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

background-color css

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

 a { background-color: rgb(193,69,113); }

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

border-color css

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

 span { border-color: rgb(193,69,113); }

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