Html Css Color HEX #C71961 Ruby

📋 copy color: '#C71961'

red 199 ◦ green 25 ◦ blue 97

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

Shades of Ruby #C71961

Tints of Ruby #C71961

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.79%

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

R = 61.99%
G = 7.79%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C71961 (or 0xC71961) is known color: Ruby. HEX triplet: C7, 19 and 61. RGB value is (199,25,97). Sum of RGB (Red+Green+Blue) = 199+25+97=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C71961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71961 is #38E69E. Grayscale: #555555. Windows color (decimal): -3729055 or 6363591. OLE color: 6363591.

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

Color convert

RGB 199 25 97 -
CMYK 0 0.87 0.51 0.22
HSL 335.17º 0.78% 0.44% -
HSV(B) 335.17º 0.87% 0.78% -
XYZ 26.06 13.7 12.58 -
YUV 85.23 134.65 209.15 -
System Red Green Blue C M Y K H S L
Decimal 199 25 97 0 0.87 0.51 0.22 335.17 0.78 0.44
Hex C7 19 61 0 57 33 16 14F 4E 2C
Octal 307 31 141 0 127 63 26 517 116 54
Binary 11000111 11001 1100001 0 1010111 110011 10110 101001111 1001110 101100

Color Harmonies of #C71961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71961

Black with #C71961

Text Example


Text Example

White with #C71961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71961; }

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

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

background-color css

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

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

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

border-color css

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

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

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