Html Css Color HEX #C31158 Ruby

📋 copy color: '#C31158'

red 195 ◦ green 17 ◦ blue 88

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

Shades of Ruby #C31158

Tints of Ruby #C31158

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.67%

 BLUE value IS 88 (34.77% from 255) = 29.33%

R = 65%
G = 5.67%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C31158 (or 0xC31158) is known color: Ruby. HEX triplet: C3, 11 and 58. RGB value is (195,17,88). Sum of RGB (Red+Green+Blue) = 195+17+88=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C31158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31158 is #3CEEA7. Grayscale: #4E4E4E. Windows color (decimal): -3993256 or 5771715. OLE color: 5771715.

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

Color convert

RGB 195 17 88 -
CMYK 0 0.91 0.55 0.24
HSL 336.07º 0.84% 0.42% -
HSV(B) 336.07º 0.91% 0.76% -
XYZ 24.47 12.71 10.4 -
YUV 78.32 133.47 211.23 -
System Red Green Blue C M Y K H S L
Decimal 195 17 88 0 0.91 0.55 0.24 336.07 0.84 0.42
Hex C3 11 58 0 5B 37 18 150 54 2A
Octal 303 21 130 0 133 67 30 520 124 52
Binary 11000011 10001 1011000 0 1011011 110111 11000 101010000 1010100 101010

Color Harmonies of #C31158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31158

Black with #C31158

Text Example


Text Example

White with #C31158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31158; }

 p { color: rgb(195,17,88); }

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

background-color css

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

 a { background-color: rgb(195,17,88); }

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

border-color css

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

 span { border-color: rgb(195,17,88); }

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