Html Css Color HEX #C41157 Ruby

📋 copy color: '#C41157'

red 196 ◦ green 17 ◦ blue 87

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

Shades of Ruby #C41157

Tints of Ruby #C41157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29%

R = 65.33%
G = 5.67%
B = 29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C41157 (or 0xC41157) is known color: Ruby. HEX triplet: C4, 11 and 57. RGB value is (196,17,87). Sum of RGB (Red+Green+Blue) = 196+17+87=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C41157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41157 is #3BEEA8. Grayscale: #4E4E4E. Windows color (decimal): -3927721 or 5706180. OLE color: 5706180.

HSL color Cylindrical-coordinate representation of color #C41157: hue angle of 336.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 #C41157 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 17 87 -
CMYK 0 0.91 0.56 0.23
HSL 336.54º 0.84% 0.42% -
HSV(B) 336.54º 0.91% 0.77% -
XYZ 24.69 12.82 10.19 -
YUV 78.5 132.8 211.81 -
System Red Green Blue C M Y K H S L
Decimal 196 17 87 0 0.91 0.56 0.23 336.54 0.84 0.42
Hex C4 11 57 0 5B 38 17 151 54 2A
Octal 304 21 127 0 133 70 27 521 124 52
Binary 11000100 10001 1010111 0 1011011 111000 10111 101010001 1010100 101010

Color Harmonies of #C41157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41157

Black with #C41157

Text Example


Text Example

White with #C41157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41157; }

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

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

background-color css

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

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

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

border-color css

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

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

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