Html Css Color HEX #C41A5D Ruby

📋 copy color: '#C41A5D'

red 196 ◦ green 26 ◦ blue 93

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

Shades of Ruby #C41A5D

Tints of Ruby #C41A5D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.25%

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

R = 62.22%
G = 8.25%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C41A5D (or 0xC41A5D) is known color: Ruby. HEX triplet: C4, 1A and 5D. RGB value is (196,26,93). Sum of RGB (Red+Green+Blue) = 196+26+93=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A5D is #3BE5A2. Grayscale: #545454. Windows color (decimal): -3925411 or 6101700. OLE color: 6101700.

HSL color Cylindrical-coordinate representation of color #C41A5D: hue angle of 336.35º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A5D is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 26 93 -
CMYK 0 0.87 0.53 0.23
HSL 336.35º 0.77% 0.44% -
HSV(B) 336.35º 0.87% 0.77% -
XYZ 25.11 13.26 11.59 -
YUV 84.47 132.82 207.55 -
System Red Green Blue C M Y K H S L
Decimal 196 26 93 0 0.87 0.53 0.23 336.35 0.77 0.44
Hex C4 1A 5D 0 57 35 17 150 4D 2C
Octal 304 32 135 0 127 65 27 520 115 54
Binary 11000100 11010 1011101 0 1010111 110101 10111 101010000 1001101 101100

Color Harmonies of #C41A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A5D

Black with #C41A5D

Text Example


Text Example

White with #C41A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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