Html Css Color HEX #C41B5D Ruby

📋 copy color: '#C41B5D'

red 196 ◦ green 27 ◦ blue 93

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

Shades of Ruby #C41B5D

Tints of Ruby #C41B5D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.54%

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 62.03%
G = 8.54%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C41B5D (or 0xC41B5D) is known color: Ruby. HEX triplet: C4, 1B and 5D. RGB value is (196,27,93). Sum of RGB (Red+Green+Blue) = 196+27+93=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41B5D is #3BE4A2. Grayscale: #545454. Windows color (decimal): -3925155 or 6101956. OLE color: 6101956.

HSL color Cylindrical-coordinate representation of color #C41B5D: hue angle of 336.57º degrees, saturation: 0.76, 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 #C41B5D is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 27 93 -
CMYK 0 0.86 0.53 0.23
HSL 336.57º 0.76% 0.44% -
HSV(B) 336.57º 0.86% 0.77% -
XYZ 25.13 13.31 11.6 -
YUV 85.06 132.49 207.13 -
System Red Green Blue C M Y K H S L
Decimal 196 27 93 0 0.86 0.53 0.23 336.57 0.76 0.44
Hex C4 1B 5D 0 56 35 17 151 4C 2C
Octal 304 33 135 0 126 65 27 521 114 54
Binary 11000100 11011 1011101 0 1010110 110101 10111 101010001 1001100 101100

Color Harmonies of #C41B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B5D

Black with #C41B5D

Text Example


Text Example

White with #C41B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B5D; }

 p { color: rgb(196,27,93); }

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

background-color css

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

 a { background-color: rgb(196,27,93); }

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

border-color css

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

 span { border-color: rgb(196,27,93); }

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