Html Css Color HEX #C71B61 Ruby

📋 copy color: '#C71B61'

red 199 ◦ green 27 ◦ blue 97

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

Shades of Ruby #C71B61

Tints of Ruby #C71B61

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.36%

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

R = 61.61%
G = 8.36%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C71B61 (or 0xC71B61) is known color: Ruby. HEX triplet: C7, 1B and 61. RGB value is (199,27,97). Sum of RGB (Red+Green+Blue) = 199+27+97=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71B61 is #38E49E. Grayscale: #565656. Windows color (decimal): -3728543 or 6364103. OLE color: 6364103.

HSL color Cylindrical-coordinate representation of color #C71B61: hue angle of 335.58º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71B61 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 27 97 -
CMYK 0 0.86 0.51 0.22
HSL 335.58º 0.76% 0.44% -
HSV(B) 335.58º 0.86% 0.78% -
XYZ 26.1 13.79 12.6 -
YUV 86.41 133.98 208.31 -
System Red Green Blue C M Y K H S L
Decimal 199 27 97 0 0.86 0.51 0.22 335.58 0.76 0.44
Hex C7 1B 61 0 56 33 16 150 4C 2C
Octal 307 33 141 0 126 63 26 520 114 54
Binary 11000111 11011 1100001 0 1010110 110011 10110 101010000 1001100 101100

Color Harmonies of #C71B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71B61

Black with #C71B61

Text Example


Text Example

White with #C71B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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