Html Css Color HEX #C50163 Ruby

📋 copy color: '#C50163'

red 197 ◦ green 1 ◦ blue 99

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

Shades of Ruby #C50163

Tints of Ruby #C50163

RGB

 RED value IS 197 (77.34% from 255) = 66.33%

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 66.33%
G = 0.34%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C50163 (or 0xC50163) is known color: Ruby. HEX triplet: C5, 01 and 63. RGB value is (197,1,99). Sum of RGB (Red+Green+Blue) = 197+1+99=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C50163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50163 is #3AFE9C. Grayscale: #464646. Windows color (decimal): -3866269 or 6488517. OLE color: 6488517.

HSL color Cylindrical-coordinate representation of color #C50163: hue angle of 330º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50163 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 99 -
CMYK 0 0.99 0.50 0.23
HSL 330º 0.99% 0.39% -
HSV(B) 330º 0.99% 0.77% -
XYZ 25.29 12.79 12.94 -
YUV 70.78 143.93 218.03 -
System Red Green Blue C M Y K H S L
Decimal 197 1 99 0 0.99 0.50 0.23 330 0.99 0.39
Hex C5 1 63 0 63 32 17 14A 63 27
Octal 305 1 143 0 143 62 27 512 143 47
Binary 11000101 1 1100011 0 1100011 110010 10111 101001010 1100011 100111

Color Harmonies of #C50163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50163

Black with #C50163

Text Example


Text Example

White with #C50163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50163; }

 p { color: rgb(197,1,99); }

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

background-color css

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

 a { background-color: rgb(197,1,99); }

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

border-color css

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

 span { border-color: rgb(197,1,99); }

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