Html Css Color HEX #C31360 Ruby

📋 copy color: '#C31360'

red 195 ◦ green 19 ◦ blue 96

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

Shades of Ruby #C31360

Tints of Ruby #C31360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

 BLUE value IS 96 (37.89% from 255) = 30.97%

R = 62.9%
G = 6.13%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C31360 (or 0xC31360) is known color: Ruby. HEX triplet: C3, 13 and 60. RGB value is (195,19,96). Sum of RGB (Red+Green+Blue) = 195+19+96=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C31360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31360 is #3CEC9F. Grayscale: #505050. Windows color (decimal): -3992736 or 6296515. OLE color: 6296515.

HSL color Cylindrical-coordinate representation of color #C31360: hue angle of 333.75º degrees, saturation: 0.82, 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 #C31360 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 19 96 -
CMYK 0 0.90 0.51 0.24
HSL 333.75º 0.82% 0.42% -
HSV(B) 333.75º 0.9% 0.76% -
XYZ 24.85 12.91 12.25 -
YUV 80.4 136.81 209.74 -
System Red Green Blue C M Y K H S L
Decimal 195 19 96 0 0.90 0.51 0.24 333.75 0.82 0.42
Hex C3 13 60 0 5A 33 18 14E 52 2A
Octal 303 23 140 0 132 63 30 516 122 52
Binary 11000011 10011 1100000 0 1011010 110011 11000 101001110 1010010 101010

Color Harmonies of #C31360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31360

Black with #C31360

Text Example


Text Example

White with #C31360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31360; }

 p { color: rgb(195,19,96); }

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

background-color css

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

 a { background-color: rgb(195,19,96); }

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

border-color css

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

 span { border-color: rgb(195,19,96); }

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