Html Css Color HEX #C31562 Ruby

📋 copy color: '#C31562'

red 195 ◦ green 21 ◦ blue 98

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

Shades of Ruby #C31562

Tints of Ruby #C31562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.69%

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

R = 62.1%
G = 6.69%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C31562 (or 0xC31562) is known color: Ruby. HEX triplet: C3, 15 and 62. RGB value is (195,21,98). Sum of RGB (Red+Green+Blue) = 195+21+98=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C31562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31562 is #3CEA9D. Grayscale: #515151. Windows color (decimal): -3992222 or 6428099. OLE color: 6428099.

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

Color convert

RGB 195 21 98 -
CMYK 0 0.89 0.50 0.24
HSL 333.45º 0.81% 0.42% -
HSV(B) 333.45º 0.89% 0.76% -
XYZ 24.98 13.02 12.75 -
YUV 81.8 137.15 208.74 -
System Red Green Blue C M Y K H S L
Decimal 195 21 98 0 0.89 0.50 0.24 333.45 0.81 0.42
Hex C3 15 62 0 59 32 18 14D 51 2A
Octal 303 25 142 0 131 62 30 515 121 52
Binary 11000011 10101 1100010 0 1011001 110010 11000 101001101 1010001 101010

Color Harmonies of #C31562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31562

Black with #C31562

Text Example


Text Example

White with #C31562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31562; }

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

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

background-color css

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

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

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

border-color css

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

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

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