Html Css Color HEX #C31F64 Ruby

📋 copy color: '#C31F64'

red 195 ◦ green 31 ◦ blue 100

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

Shades of Ruby #C31F64

Tints of Ruby #C31F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.67%

R = 59.82%
G = 9.51%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C31F64 (or 0xC31F64) is known color: Ruby. HEX triplet: C3, 1F and 64. RGB value is (195,31,100). Sum of RGB (Red+Green+Blue) = 195+31+100=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F64 is #3CE09B. Grayscale: #575757. Windows color (decimal): -3989660 or 6561731. OLE color: 6561731.

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

Color convert

RGB 195 31 100 -
CMYK 0 0.84 0.49 0.24
HSL 334.76º 0.73% 0.44% -
HSV(B) 334.76º 0.84% 0.76% -
XYZ 25.3 13.5 13.33 -
YUV 87.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 195 31 100 0 0.84 0.49 0.24 334.76 0.73 0.44
Hex C3 1F 64 0 54 31 18 14F 49 2C
Octal 303 37 144 0 124 61 30 517 111 54
Binary 11000011 11111 1100100 0 1010100 110001 11000 101001111 1001001 101100

Color Harmonies of #C31F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F64

Black with #C31F64

Text Example


Text Example

White with #C31F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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