Html Css Color HEX #C31761 Ruby

📋 copy color: '#C31761'

red 195 ◦ green 23 ◦ blue 97

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

Shades of Ruby #C31761

Tints of Ruby #C31761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.3%

 BLUE value IS 97 (38.28% from 255) = 30.79%

R = 61.9%
G = 7.3%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C31761 (or 0xC31761) is known color: Ruby. HEX triplet: C3, 17 and 61. RGB value is (195,23,97). Sum of RGB (Red+Green+Blue) = 195+23+97=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C31761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31761 is #3CE89E. Grayscale: #525252. Windows color (decimal): -3991711 or 6363075. OLE color: 6363075.

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

Color convert

RGB 195 23 97 -
CMYK 0 0.88 0.50 0.24
HSL 334.19º 0.79% 0.43% -
HSV(B) 334.19º 0.88% 0.76% -
XYZ 24.97 13.08 12.52 -
YUV 82.86 135.98 207.98 -
System Red Green Blue C M Y K H S L
Decimal 195 23 97 0 0.88 0.50 0.24 334.19 0.79 0.43
Hex C3 17 61 0 58 32 18 14E 4F 2B
Octal 303 27 141 0 130 62 30 516 117 53
Binary 11000011 10111 1100001 0 1011000 110010 11000 101001110 1001111 101011

Color Harmonies of #C31761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31761

Black with #C31761

Text Example


Text Example

White with #C31761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31761; }

 p { color: rgb(195,23,97); }

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

background-color css

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

 a { background-color: rgb(195,23,97); }

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

border-color css

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

 span { border-color: rgb(195,23,97); }

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