Html Css Color HEX #C13771 Royal Heath

📋 copy color: '#C13771'

red 193 ◦ green 55 ◦ blue 113

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

Shades of Royal Heath #C13771

Tints of Royal Heath #C13771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.24%

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

R = 53.46%
G = 15.24%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C13771 (or 0xC13771) is known color: Royal Heath. HEX triplet: C1, 37 and 71. RGB value is (193,55,113). Sum of RGB (Red+Green+Blue) = 193+55+113=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C13771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13771 is #3EC88E. Grayscale: #666666. Windows color (decimal): -4114575 or 7419841. OLE color: 7419841.

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

Color convert

RGB 193 55 113 -
CMYK 0 0.72 0.41 0.24
HSL 334.78º 0.56% 0.49% -
HSV(B) 334.78º 0.72% 0.76% -
XYZ 26.34 15.26 17.18 -
YUV 102.87 133.72 192.28 -
System Red Green Blue C M Y K H S L
Decimal 193 55 113 0 0.72 0.41 0.24 334.78 0.56 0.49
Hex C1 37 71 0 48 29 18 14F 38 31
Octal 301 67 161 0 110 51 30 517 70 61
Binary 11000001 110111 1110001 0 1001000 101001 11000 101001111 111000 110001

Color Harmonies of #C13771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13771

Black with #C13771

Text Example


Text Example

White with #C13771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13771; }

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

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

background-color css

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

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

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

border-color css

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

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

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