Html Css Color HEX #C51F66 Ruby

📋 copy color: '#C51F66'

red 197 ◦ green 31 ◦ blue 102

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

Shades of Ruby #C51F66

Tints of Ruby #C51F66

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.39%

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 59.7%
G = 9.39%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C51F66 (or 0xC51F66) is known color: Ruby. HEX triplet: C5, 1F and 66. RGB value is (197,31,102). Sum of RGB (Red+Green+Blue) = 197+31+102=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51F66 is #3AE099. Grayscale: #585858. Windows color (decimal): -3858586 or 6692805. OLE color: 6692805.

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

Color convert

RGB 197 31 102 -
CMYK 0 0.84 0.48 0.23
HSL 334.34º 0.73% 0.45% -
HSV(B) 334.34º 0.84% 0.77% -
XYZ 25.91 13.81 13.87 -
YUV 88.73 135.5 205.23 -
System Red Green Blue C M Y K H S L
Decimal 197 31 102 0 0.84 0.48 0.23 334.34 0.73 0.45
Hex C5 1F 66 0 54 30 17 14E 49 2D
Octal 305 37 146 0 124 60 27 516 111 55
Binary 11000101 11111 1100110 0 1010100 110000 10111 101001110 1001001 101101

Color Harmonies of #C51F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F66

Black with #C51F66

Text Example


Text Example

White with #C51F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F66; }

 p { color: rgb(197,31,102); }

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

background-color css

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

 a { background-color: rgb(197,31,102); }

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

border-color css

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

 span { border-color: rgb(197,31,102); }

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