Html Css Color HEX #C13871 Royal Heath

📋 copy color: '#C13871'

red 193 ◦ green 56 ◦ blue 113

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

Shades of Royal Heath #C13871

Tints of Royal Heath #C13871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.47%

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

R = 53.31%
G = 15.47%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C13871 (or 0xC13871) is known color: Royal Heath. HEX triplet: C1, 38 and 71. RGB value is (193,56,113). Sum of RGB (Red+Green+Blue) = 193+56+113=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C13871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13871 is #3EC78E. Grayscale: #676767. Windows color (decimal): -4114319 or 7420097. OLE color: 7420097.

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

Color convert

RGB 193 56 113 -
CMYK 0 0.71 0.41 0.24
HSL 335.04º 0.55% 0.49% -
HSV(B) 335.04º 0.71% 0.76% -
XYZ 26.39 15.36 17.2 -
YUV 103.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 193 56 113 0 0.71 0.41 0.24 335.04 0.55 0.49
Hex C1 38 71 0 47 29 18 14F 37 31
Octal 301 70 161 0 107 51 30 517 67 61
Binary 11000001 111000 1110001 0 1000111 101001 11000 101001111 110111 110001

Color Harmonies of #C13871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13871

Black with #C13871

Text Example


Text Example

White with #C13871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13871; }

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

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

background-color css

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

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

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

border-color css

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

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

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