Html Css Color HEX #C40558 Ruby

📋 copy color: '#C40558'

red 196 ◦ green 5 ◦ blue 88

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

Shades of Ruby #C40558

Tints of Ruby #C40558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.45%

R = 67.82%
G = 1.73%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C40558 (or 0xC40558) is known color: Ruby. HEX triplet: C4, 05 and 58. RGB value is (196,5,88). Sum of RGB (Red+Green+Blue) = 196+5+88=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C40558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40558 is #3BFAA7. Grayscale: #474747. Windows color (decimal): -3930792 or 5768644. OLE color: 5768644.

HSL color Cylindrical-coordinate representation of color #C40558: hue angle of 333.93º 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 #C40558 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 5 88 -
CMYK 0 0.97 0.55 0.23
HSL 333.93º 0.95% 0.39% -
HSV(B) 333.93º 0.97% 0.77% -
XYZ 24.58 12.55 10.36 -
YUV 71.57 137.28 216.75 -
System Red Green Blue C M Y K H S L
Decimal 196 5 88 0 0.97 0.55 0.23 333.93 0.95 0.39
Hex C4 5 58 0 61 37 17 14E 5F 27
Octal 304 5 130 0 141 67 27 516 137 47
Binary 11000100 101 1011000 0 1100001 110111 10111 101001110 1011111 100111

Color Harmonies of #C40558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40558

Black with #C40558

Text Example


Text Example

White with #C40558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40558; }

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

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

background-color css

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

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

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

border-color css

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

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

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