Html Css Color HEX #C51C69 Ruby

📋 copy color: '#C51C69'

red 197 ◦ green 28 ◦ blue 105

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

Shades of Ruby #C51C69

Tints of Ruby #C51C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.48%

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 59.7%
G = 8.48%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C51C69 (or 0xC51C69) is known color: Ruby. HEX triplet: C5, 1C and 69. RGB value is (197,28,105). Sum of RGB (Red+Green+Blue) = 197+28+105=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51C69 is #3AE396. Grayscale: #575757. Windows color (decimal): -3859351 or 6888645. OLE color: 6888645.

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

Color convert

RGB 197 28 105 -
CMYK 0 0.86 0.47 0.23
HSL 332.66º 0.75% 0.44% -
HSV(B) 332.66º 0.86% 0.77% -
XYZ 25.99 13.72 14.64 -
YUV 87.31 137.99 206.24 -
System Red Green Blue C M Y K H S L
Decimal 197 28 105 0 0.86 0.47 0.23 332.66 0.75 0.44
Hex C5 1C 69 0 56 2F 17 14D 4B 2C
Octal 305 34 151 0 126 57 27 515 113 54
Binary 11000101 11100 1101001 0 1010110 101111 10111 101001101 1001011 101100

Color Harmonies of #C51C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C69

Black with #C51C69

Text Example


Text Example

White with #C51C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C69; }

 p { color: rgb(197,28,105); }

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

background-color css

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

 a { background-color: rgb(197,28,105); }

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

border-color css

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

 span { border-color: rgb(197,28,105); }

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