Html Css Color HEX #C51E69 Ruby

📋 copy color: '#C51E69'

red 197 ◦ green 30 ◦ blue 105

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

Shades of Ruby #C51E69

Tints of Ruby #C51E69

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.04%

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

R = 59.34%
G = 9.04%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C51E69 (or 0xC51E69) is known color: Ruby. HEX triplet: C5, 1E and 69. RGB value is (197,30,105). Sum of RGB (Red+Green+Blue) = 197+30+105=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51E69 is #3AE196. Grayscale: #585858. Windows color (decimal): -3858839 or 6889157. OLE color: 6889157.

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

Color convert

RGB 197 30 105 -
CMYK 0 0.85 0.47 0.23
HSL 333.05º 0.74% 0.45% -
HSV(B) 333.05º 0.85% 0.77% -
XYZ 26.04 13.82 14.66 -
YUV 88.48 137.33 205.4 -
System Red Green Blue C M Y K H S L
Decimal 197 30 105 0 0.85 0.47 0.23 333.05 0.74 0.45
Hex C5 1E 69 0 55 2F 17 14D 4A 2D
Octal 305 36 151 0 125 57 27 515 112 55
Binary 11000101 11110 1101001 0 1010101 101111 10111 101001101 1001010 101101

Color Harmonies of #C51E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E69

Black with #C51E69

Text Example


Text Example

White with #C51E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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