Html Css Color HEX #C71162 Ruby

📋 copy color: '#C71162'

red 199 ◦ green 17 ◦ blue 98

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

Shades of Ruby #C71162

Tints of Ruby #C71162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 63.38%
G = 5.41%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C71162 (or 0xC71162) is known color: Ruby. HEX triplet: C7, 11 and 62. RGB value is (199,17,98). Sum of RGB (Red+Green+Blue) = 199+17+98=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C71162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71162 is #38EE9D. Grayscale: #505050. Windows color (decimal): -3731102 or 6427079. OLE color: 6427079.

HSL color Cylindrical-coordinate representation of color #C71162: hue angle of 333.3º 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 #C71162 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 17 98 -
CMYK 0 0.91 0.51 0.22
HSL 333.3º 0.84% 0.42% -
HSV(B) 333.3º 0.91% 0.78% -
XYZ 25.96 13.42 12.78 -
YUV 80.65 137.8 212.41 -
System Red Green Blue C M Y K H S L
Decimal 199 17 98 0 0.91 0.51 0.22 333.3 0.84 0.42
Hex C7 11 62 0 5B 33 16 14D 54 2A
Octal 307 21 142 0 133 63 26 515 124 52
Binary 11000111 10001 1100010 0 1011011 110011 10110 101001101 1010100 101010

Color Harmonies of #C71162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71162

Black with #C71162

Text Example


Text Example

White with #C71162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71162; }

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

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

background-color css

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

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

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

border-color css

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

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

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