Html Css Color HEX #C31E65 Ruby

📋 copy color: '#C31E65'

red 195 ◦ green 30 ◦ blue 101

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

Shades of Ruby #C31E65

Tints of Ruby #C31E65

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.2%

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

R = 59.82%
G = 9.2%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C31E65 (or 0xC31E65) is known color: Ruby. HEX triplet: C3, 1E and 65. RGB value is (195,30,101). Sum of RGB (Red+Green+Blue) = 195+30+101=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E65 is #3CE19A. Grayscale: #575757. Windows color (decimal): -3989915 or 6627011. OLE color: 6627011.

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

Color convert

RGB 195 30 101 -
CMYK 0 0.85 0.48 0.24
HSL 334.18º 0.73% 0.44% -
HSV(B) 334.18º 0.85% 0.76% -
XYZ 25.32 13.47 13.58 -
YUV 87.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 195 30 101 0 0.85 0.48 0.24 334.18 0.73 0.44
Hex C3 1E 65 0 55 30 18 14E 49 2C
Octal 303 36 145 0 125 60 30 516 111 54
Binary 11000011 11110 1100101 0 1010101 110000 11000 101001110 1001001 101100

Color Harmonies of #C31E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E65

Black with #C31E65

Text Example


Text Example

White with #C31E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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