Html Css Color HEX #C31461 Ruby

📋 copy color: '#C31461'

red 195 ◦ green 20 ◦ blue 97

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

Shades of Ruby #C31461

Tints of Ruby #C31461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.41%

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

R = 62.5%
G = 6.41%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C31461 (or 0xC31461) is known color: Ruby. HEX triplet: C3, 14 and 61. RGB value is (195,20,97). Sum of RGB (Red+Green+Blue) = 195+20+97=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C31461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31461 is #3CEB9E. Grayscale: #505050. Windows color (decimal): -3992479 or 6362307. OLE color: 6362307.

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

Color convert

RGB 195 20 97 -
CMYK 0 0.90 0.50 0.24
HSL 333.6º 0.81% 0.42% -
HSV(B) 333.6º 0.9% 0.76% -
XYZ 24.91 12.97 12.5 -
YUV 81.1 136.98 209.24 -
System Red Green Blue C M Y K H S L
Decimal 195 20 97 0 0.90 0.50 0.24 333.6 0.81 0.42
Hex C3 14 61 0 5A 32 18 14E 51 2A
Octal 303 24 141 0 132 62 30 516 121 52
Binary 11000011 10100 1100001 0 1011010 110010 11000 101001110 1010001 101010

Color Harmonies of #C31461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31461

Black with #C31461

Text Example


Text Example

White with #C31461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31461; }

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

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

background-color css

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

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

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

border-color css

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

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

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