Html Css Color HEX #C13E77 Royal Heath

📋 copy color: '#C13E77'

red 193 ◦ green 62 ◦ blue 119

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

Shades of Royal Heath #C13E77

Tints of Royal Heath #C13E77

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.58%

 BLUE value IS 119 (46.88% from 255) = 31.82%

R = 51.6%
G = 16.58%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C13E77 (or 0xC13E77) is known color: Royal Heath. HEX triplet: C1, 3E and 77. RGB value is (193,62,119). Sum of RGB (Red+Green+Blue) = 193+62+119=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E77 is #3EC188. Grayscale: #6B6B6B. Windows color (decimal): -4112777 or 7814849. OLE color: 7814849.

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

Color convert

RGB 193 62 119 -
CMYK 0 0.68 0.38 0.24
HSL 333.89º 0.51% 0.5% -
HSV(B) 333.89º 0.68% 0.76% -
XYZ 27.04 16.11 19.14 -
YUV 107.67 134.4 188.87 -
System Red Green Blue C M Y K H S L
Decimal 193 62 119 0 0.68 0.38 0.24 333.89 0.51 0.5
Hex C1 3E 77 0 44 26 18 14E 33 32
Octal 301 76 167 0 104 46 30 516 63 62
Binary 11000001 111110 1110111 0 1000100 100110 11000 101001110 110011 110010

Color Harmonies of #C13E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13E77

Black with #C13E77

Text Example


Text Example

White with #C13E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13E77; }

 p { color: rgb(193,62,119); }

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

background-color css

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

 a { background-color: rgb(193,62,119); }

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

border-color css

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

 span { border-color: rgb(193,62,119); }

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