Html Css Color HEX #C41154 Ruby

📋 copy color: '#C41154'

red 196 ◦ green 17 ◦ blue 84

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

Shades of Ruby #C41154

Tints of Ruby #C41154

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.72%

 BLUE value IS 84 (33.2% from 255) = 28.28%

R = 65.99%
G = 5.72%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C41154 (or 0xC41154) is known color: Ruby. HEX triplet: C4, 11 and 54. RGB value is (196,17,84). Sum of RGB (Red+Green+Blue) = 196+17+84=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C41154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41154 is #3BEEAB. Grayscale: #4E4E4E. Windows color (decimal): -3927724 or 5509572. OLE color: 5509572.

HSL color Cylindrical-coordinate representation of color #C41154: hue angle of 337.54º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41154 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 17 84 -
CMYK 0 0.91 0.57 0.23
HSL 337.54º 0.84% 0.42% -
HSV(B) 337.54º 0.91% 0.77% -
XYZ 24.57 12.78 9.56 -
YUV 78.16 131.3 212.05 -
System Red Green Blue C M Y K H S L
Decimal 196 17 84 0 0.91 0.57 0.23 337.54 0.84 0.42
Hex C4 11 54 0 5B 39 17 152 54 2A
Octal 304 21 124 0 133 71 27 522 124 52
Binary 11000100 10001 1010100 0 1011011 111001 10111 101010010 1010100 101010

Color Harmonies of #C41154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41154

Black with #C41154

Text Example


Text Example

White with #C41154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41154; }

 p { color: rgb(196,17,84); }

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

background-color css

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

 a { background-color: rgb(196,17,84); }

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

border-color css

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

 span { border-color: rgb(196,17,84); }

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