Html Css Color HEX #C40561 Ruby

📋 copy color: '#C40561'

red 196 ◦ green 5 ◦ blue 97

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

Shades of Ruby #C40561

Tints of Ruby #C40561

RGB

 RED value IS 196 (76.95% from 255) = 65.77%

 GREEN value IS 5 (2.34% from 255) = 1.68%

 BLUE value IS 97 (38.28% from 255) = 32.55%

R = 65.77%
G = 1.68%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C40561 (or 0xC40561) is known color: Ruby. HEX triplet: C4, 05 and 61. RGB value is (196,5,97). Sum of RGB (Red+Green+Blue) = 196+5+97=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C40561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40561 is #3BFA9E. Grayscale: #484848. Windows color (decimal): -3930783 or 6358468. OLE color: 6358468.

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

Color convert

RGB 196 5 97 -
CMYK 0 0.97 0.51 0.23
HSL 331.1º 0.95% 0.39% -
HSV(B) 331.1º 0.97% 0.77% -
XYZ 24.98 12.71 12.45 -
YUV 72.6 141.78 216.02 -
System Red Green Blue C M Y K H S L
Decimal 196 5 97 0 0.97 0.51 0.23 331.1 0.95 0.39
Hex C4 5 61 0 61 33 17 14B 5F 27
Octal 304 5 141 0 141 63 27 513 137 47
Binary 11000100 101 1100001 0 1100001 110011 10111 101001011 1011111 100111

Color Harmonies of #C40561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40561

Black with #C40561

Text Example


Text Example

White with #C40561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40561; }

 p { color: rgb(196,5,97); }

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

background-color css

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

 a { background-color: rgb(196,5,97); }

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

border-color css

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

 span { border-color: rgb(196,5,97); }

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