Html Css Color HEX #C31763 Ruby

📋 copy color: '#C31763'

red 195 ◦ green 23 ◦ blue 99

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

Shades of Ruby #C31763

Tints of Ruby #C31763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.23%

R = 61.51%
G = 7.26%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C31763 (or 0xC31763) is known color: Ruby. HEX triplet: C3, 17 and 63. RGB value is (195,23,99). Sum of RGB (Red+Green+Blue) = 195+23+99=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C31763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31763 is #3CE89C. Grayscale: #525252. Windows color (decimal): -3991709 or 6494147. OLE color: 6494147.

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

Color convert

RGB 195 23 99 -
CMYK 0 0.88 0.49 0.24
HSL 333.49º 0.79% 0.43% -
HSV(B) 333.49º 0.88% 0.76% -
XYZ 25.06 13.12 13.01 -
YUV 83.09 136.98 207.82 -
System Red Green Blue C M Y K H S L
Decimal 195 23 99 0 0.88 0.49 0.24 333.49 0.79 0.43
Hex C3 17 63 0 58 31 18 14D 4F 2B
Octal 303 27 143 0 130 61 30 515 117 53
Binary 11000011 10111 1100011 0 1011000 110001 11000 101001101 1001111 101011

Color Harmonies of #C31763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31763

Black with #C31763

Text Example


Text Example

White with #C31763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31763; }

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

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

background-color css

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

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

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

border-color css

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

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

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