Html Css Color HEX #C71154 Ruby

📋 copy color: '#C71154'

red 199 ◦ green 17 ◦ blue 84

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

Shades of Ruby #C71154

Tints of Ruby #C71154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28%

R = 66.33%
G = 5.67%
B = 28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C71154 (or 0xC71154) is known color: Ruby. HEX triplet: C7, 11 and 54. RGB value is (199,17,84). Sum of RGB (Red+Green+Blue) = 199+17+84=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C71154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71154 is #38EEAB. Grayscale: #4E4E4E. Windows color (decimal): -3731116 or 5509575. OLE color: 5509575.

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

Color convert

RGB 199 17 84 -
CMYK 0 0.91 0.58 0.22
HSL 337.91º 0.84% 0.42% -
HSV(B) 337.91º 0.91% 0.78% -
XYZ 25.35 13.18 9.6 -
YUV 79.06 130.8 213.55 -
System Red Green Blue C M Y K H S L
Decimal 199 17 84 0 0.91 0.58 0.22 337.91 0.84 0.42
Hex C7 11 54 0 5B 3A 16 152 54 2A
Octal 307 21 124 0 133 72 26 522 124 52
Binary 11000111 10001 1010100 0 1011011 111010 10110 101010010 1010100 101010

Color Harmonies of #C71154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71154

Black with #C71154

Text Example


Text Example

White with #C71154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71154; }

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

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

background-color css

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

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

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

border-color css

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

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

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