Html Css Color HEX #C31A65 Ruby

📋 copy color: '#C31A65'

red 195 ◦ green 26 ◦ blue 101

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

Shades of Ruby #C31A65

Tints of Ruby #C31A65

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.07%

 BLUE value IS 101 (39.84% from 255) = 31.37%

R = 60.56%
G = 8.07%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C31A65 (or 0xC31A65) is known color: Ruby. HEX triplet: C3, 1A and 65. RGB value is (195,26,101). Sum of RGB (Red+Green+Blue) = 195+26+101=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A65 is #3CE59A. Grayscale: #545454. Windows color (decimal): -3990939 or 6625987. OLE color: 6625987.

HSL color Cylindrical-coordinate representation of color #C31A65: hue angle of 333.37º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31A65 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 26 101 -
CMYK 0 0.87 0.48 0.24
HSL 333.37º 0.76% 0.43% -
HSV(B) 333.37º 0.87% 0.76% -
XYZ 25.22 13.28 13.55 -
YUV 85.08 136.99 206.4 -
System Red Green Blue C M Y K H S L
Decimal 195 26 101 0 0.87 0.48 0.24 333.37 0.76 0.43
Hex C3 1A 65 0 57 30 18 14D 4C 2B
Octal 303 32 145 0 127 60 30 515 114 53
Binary 11000011 11010 1100101 0 1010111 110000 11000 101001101 1001100 101011

Color Harmonies of #C31A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A65

Black with #C31A65

Text Example


Text Example

White with #C31A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A65; }

 p { color: rgb(195,26,101); }

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

background-color css

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

 a { background-color: rgb(195,26,101); }

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

border-color css

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

 span { border-color: rgb(195,26,101); }

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