Html Css Color HEX #C71161 Ruby

📋 copy color: '#C71161'

red 199 ◦ green 17 ◦ blue 97

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

Shades of Ruby #C71161

Tints of Ruby #C71161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 63.58%
G = 5.43%
B = 30.99%

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

#C71161 (or 0xC71161) is known color: Ruby. HEX triplet: C7, 11 and 61. RGB value is (199,17,97). Sum of RGB (Red+Green+Blue) = 199+17+97=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C71161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71161 is #38EE9E. Grayscale: #505050. Windows color (decimal): -3731103 or 6361543. OLE color: 6361543.

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

Color convert

RGB 199 17 97 -
CMYK 0 0.91 0.51 0.22
HSL 333.63º 0.84% 0.42% -
HSV(B) 333.63º 0.91% 0.78% -
XYZ 25.91 13.41 12.53 -
YUV 80.54 137.3 212.5 -
System Red Green Blue C M Y K H S L
Decimal 199 17 97 0 0.91 0.51 0.22 333.63 0.84 0.42
Hex C7 11 61 0 5B 33 16 14E 54 2A
Octal 307 21 141 0 133 63 26 516 124 52
Binary 11000111 10001 1100001 0 1011011 110011 10110 101001110 1010100 101010

Color Harmonies of #C71161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71161

Black with #C71161

Text Example


Text Example

White with #C71161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71161; }

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

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

background-color css

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

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

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

border-color css

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

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

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