Html Css Color HEX #C31162 Ruby

📋 copy color: '#C31162'

red 195 ◦ green 17 ◦ blue 98

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

Shades of Ruby #C31162

Tints of Ruby #C31162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.61%

R = 62.9%
G = 5.48%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C31162 (or 0xC31162) is known color: Ruby. HEX triplet: C3, 11 and 62. RGB value is (195,17,98). Sum of RGB (Red+Green+Blue) = 195+17+98=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C31162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31162 is #3CEE9D. Grayscale: #4F4F4F. Windows color (decimal): -3993246 or 6427075. OLE color: 6427075.

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

Color convert

RGB 195 17 98 -
CMYK 0 0.91 0.50 0.24
HSL 332.7º 0.84% 0.42% -
HSV(B) 332.7º 0.91% 0.76% -
XYZ 24.91 12.88 12.73 -
YUV 79.46 138.47 210.41 -
System Red Green Blue C M Y K H S L
Decimal 195 17 98 0 0.91 0.50 0.24 332.7 0.84 0.42
Hex C3 11 62 0 5B 32 18 14D 54 2A
Octal 303 21 142 0 133 62 30 515 124 52
Binary 11000011 10001 1100010 0 1011011 110010 11000 101001101 1010100 101010

Color Harmonies of #C31162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31162

Black with #C31162

Text Example


Text Example

White with #C31162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31162; }

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

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

background-color css

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

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

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

border-color css

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

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

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