Html Css Color HEX #C31F65 Ruby

📋 copy color: '#C31F65'

red 195 ◦ green 31 ◦ blue 101

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

Shades of Ruby #C31F65

Tints of Ruby #C31F65

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.48%

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

R = 59.63%
G = 9.48%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C31F65 (or 0xC31F65) is known color: Ruby. HEX triplet: C3, 1F and 65. RGB value is (195,31,101). Sum of RGB (Red+Green+Blue) = 195+31+101=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F65 is #3CE09A. Grayscale: #575757. Windows color (decimal): -3989659 or 6627267. OLE color: 6627267.

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

Color convert

RGB 195 31 101 -
CMYK 0 0.84 0.48 0.24
HSL 334.39º 0.73% 0.44% -
HSV(B) 334.39º 0.84% 0.76% -
XYZ 25.34 13.52 13.59 -
YUV 88.02 135.33 204.31 -
System Red Green Blue C M Y K H S L
Decimal 195 31 101 0 0.84 0.48 0.24 334.39 0.73 0.44
Hex C3 1F 65 0 54 30 18 14E 49 2C
Octal 303 37 145 0 124 60 30 516 111 54
Binary 11000011 11111 1100101 0 1010100 110000 11000 101001110 1001001 101100

Color Harmonies of #C31F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F65

Black with #C31F65

Text Example


Text Example

White with #C31F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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