Html Css Color HEX #C41B5E Ruby

📋 copy color: '#C41B5E'

red 196 ◦ green 27 ◦ blue 94

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

Shades of Ruby #C41B5E

Tints of Ruby #C41B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.65%

R = 61.83%
G = 8.52%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C41B5E (or 0xC41B5E) is known color: Ruby. HEX triplet: C4, 1B and 5E. RGB value is (196,27,94). Sum of RGB (Red+Green+Blue) = 196+27+94=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41B5E is #3BE4A1. Grayscale: #555555. Windows color (decimal): -3925154 or 6167492. OLE color: 6167492.

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

Color convert

RGB 196 27 94 -
CMYK 0 0.86 0.52 0.23
HSL 336.21º 0.76% 0.44% -
HSV(B) 336.21º 0.86% 0.77% -
XYZ 25.18 13.33 11.84 -
YUV 85.17 132.99 207.05 -
System Red Green Blue C M Y K H S L
Decimal 196 27 94 0 0.86 0.52 0.23 336.21 0.76 0.44
Hex C4 1B 5E 0 56 34 17 150 4C 2C
Octal 304 33 136 0 126 64 27 520 114 54
Binary 11000100 11011 1011110 0 1010110 110100 10111 101010000 1001100 101100

Color Harmonies of #C41B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B5E

Black with #C41B5E

Text Example


Text Example

White with #C41B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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