Html Css Color HEX #C71163 Ruby

📋 copy color: '#C71163'

red 199 ◦ green 17 ◦ blue 99

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

Shades of Ruby #C71163

Tints of Ruby #C71163

RGB

 RED value IS 199 (78.13% from 255) = 63.17%

 GREEN value IS 17 (7.03% from 255) = 5.4%

 BLUE value IS 99 (39.06% from 255) = 31.43%

R = 63.17%
G = 5.4%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C71163 (or 0xC71163) is known color: Ruby. HEX triplet: C7, 11 and 63. RGB value is (199,17,99). Sum of RGB (Red+Green+Blue) = 199+17+99=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C71163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71163 is #38EE9C. Grayscale: #505050. Windows color (decimal): -3731101 or 6492615. OLE color: 6492615.

HSL color Cylindrical-coordinate representation of color #C71163: hue angle of 332.97º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71163 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 17 99 -
CMYK 0 0.91 0.50 0.22
HSL 332.97º 0.84% 0.42% -
HSV(B) 332.97º 0.91% 0.78% -
XYZ 26.01 13.44 13.03 -
YUV 80.77 138.3 212.33 -
System Red Green Blue C M Y K H S L
Decimal 199 17 99 0 0.91 0.50 0.22 332.97 0.84 0.42
Hex C7 11 63 0 5B 32 16 14D 54 2A
Octal 307 21 143 0 133 62 26 515 124 52
Binary 11000111 10001 1100011 0 1011011 110010 10110 101001101 1010100 101010

Color Harmonies of #C71163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71163

Black with #C71163

Text Example


Text Example

White with #C71163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71163; }

 p { color: rgb(199,17,99); }

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

background-color css

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

 a { background-color: rgb(199,17,99); }

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

border-color css

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

 span { border-color: rgb(199,17,99); }

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