Html Css Color HEX #C51962 Ruby

📋 copy color: '#C51962'

red 197 ◦ green 25 ◦ blue 98

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

Shades of Ruby #C51962

Tints of Ruby #C51962

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.81%

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

R = 61.56%
G = 7.81%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C51962 (or 0xC51962) is known color: Ruby. HEX triplet: C5, 19 and 62. RGB value is (197,25,98). Sum of RGB (Red+Green+Blue) = 197+25+98=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C51962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51962 is #3AE69D. Grayscale: #545454. Windows color (decimal): -3860126 or 6429125. OLE color: 6429125.

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

Color convert

RGB 197 25 98 -
CMYK 0 0.87 0.50 0.23
HSL 334.53º 0.77% 0.44% -
HSV(B) 334.53º 0.87% 0.77% -
XYZ 25.58 13.45 12.8 -
YUV 84.75 135.48 208.06 -
System Red Green Blue C M Y K H S L
Decimal 197 25 98 0 0.87 0.50 0.23 334.53 0.77 0.44
Hex C5 19 62 0 57 32 17 14F 4D 2C
Octal 305 31 142 0 127 62 27 517 115 54
Binary 11000101 11001 1100010 0 1010111 110010 10111 101001111 1001101 101100

Color Harmonies of #C51962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51962

Black with #C51962

Text Example


Text Example

White with #C51962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51962; }

 p { color: rgb(197,25,98); }

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

background-color css

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

 a { background-color: rgb(197,25,98); }

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

border-color css

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

 span { border-color: rgb(197,25,98); }

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