Html Css Color HEX #C71F61 Ruby

📋 copy color: '#C71F61'

red 199 ◦ green 31 ◦ blue 97

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

Shades of Ruby #C71F61

Tints of Ruby #C71F61

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.48%

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

R = 60.86%
G = 9.48%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C71F61 (or 0xC71F61) is known color: Ruby. HEX triplet: C7, 1F and 61. RGB value is (199,31,97). Sum of RGB (Red+Green+Blue) = 199+31+97=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71F61 is #38E09E. Grayscale: #585858. Windows color (decimal): -3727519 or 6365127. OLE color: 6365127.

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

Color convert

RGB 199 31 97 -
CMYK 0 0.84 0.51 0.22
HSL 336.43º 0.73% 0.45% -
HSV(B) 336.43º 0.84% 0.78% -
XYZ 26.2 13.99 12.63 -
YUV 88.76 132.66 206.63 -
System Red Green Blue C M Y K H S L
Decimal 199 31 97 0 0.84 0.51 0.22 336.43 0.73 0.45
Hex C7 1F 61 0 54 33 16 150 49 2D
Octal 307 37 141 0 124 63 26 520 111 55
Binary 11000111 11111 1100001 0 1010100 110011 10110 101010000 1001001 101101

Color Harmonies of #C71F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F61

Black with #C71F61

Text Example


Text Example

White with #C71F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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