Html Css Color HEX #C31561 Ruby

📋 copy color: '#C31561'

red 195 ◦ green 21 ◦ blue 97

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

Shades of Ruby #C31561

Tints of Ruby #C31561

RGB

 RED value IS 195 (76.56% from 255) = 62.3%

 GREEN value IS 21 (8.59% from 255) = 6.71%

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

R = 62.3%
G = 6.71%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C31561 (or 0xC31561) is known color: Ruby. HEX triplet: C3, 15 and 61. RGB value is (195,21,97). Sum of RGB (Red+Green+Blue) = 195+21+97=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C31561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31561 is #3CEA9E. Grayscale: #515151. Windows color (decimal): -3992223 or 6362563. OLE color: 6362563.

HSL color Cylindrical-coordinate representation of color #C31561: hue angle of 333.79º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31561 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 21 97 -
CMYK 0 0.89 0.50 0.24
HSL 333.79º 0.81% 0.42% -
HSV(B) 333.79º 0.89% 0.76% -
XYZ 24.93 13 12.5 -
YUV 81.69 136.65 208.82 -
System Red Green Blue C M Y K H S L
Decimal 195 21 97 0 0.89 0.50 0.24 333.79 0.81 0.42
Hex C3 15 61 0 59 32 18 14E 51 2A
Octal 303 25 141 0 131 62 30 516 121 52
Binary 11000011 10101 1100001 0 1011001 110010 11000 101001110 1010001 101010

Color Harmonies of #C31561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31561

Black with #C31561

Text Example


Text Example

White with #C31561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31561; }

 p { color: rgb(195,21,97); }

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

background-color css

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

 a { background-color: rgb(195,21,97); }

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

border-color css

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

 span { border-color: rgb(195,21,97); }

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