Html Css Color HEX #C31563 Ruby

📋 copy color: '#C31563'

red 195 ◦ green 21 ◦ blue 99

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

Shades of Ruby #C31563

Tints of Ruby #C31563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.43%

R = 61.9%
G = 6.67%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C31563 (or 0xC31563) is known color: Ruby. HEX triplet: C3, 15 and 63. RGB value is (195,21,99). Sum of RGB (Red+Green+Blue) = 195+21+99=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C31563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31563 is #3CEA9C. Grayscale: #515151. Windows color (decimal): -3992221 or 6493635. OLE color: 6493635.

HSL color Cylindrical-coordinate representation of color #C31563: hue angle of 333.1º 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 #C31563 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 21 99 -
CMYK 0 0.89 0.49 0.24
HSL 333.1º 0.81% 0.42% -
HSV(B) 333.1º 0.89% 0.76% -
XYZ 25.03 13.04 13 -
YUV 81.92 137.65 208.66 -
System Red Green Blue C M Y K H S L
Decimal 195 21 99 0 0.89 0.49 0.24 333.1 0.81 0.42
Hex C3 15 63 0 59 31 18 14D 51 2A
Octal 303 25 143 0 131 61 30 515 121 52
Binary 11000011 10101 1100011 0 1011001 110001 11000 101001101 1010001 101010

Color Harmonies of #C31563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31563

Black with #C31563

Text Example


Text Example

White with #C31563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31563; }

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

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

background-color css

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

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

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

border-color css

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

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

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