Html Css Color HEX #C41162 Ruby

📋 copy color: '#C41162'

red 196 ◦ green 17 ◦ blue 98

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

Shades of Ruby #C41162

Tints of Ruby #C41162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.51%

R = 63.02%
G = 5.47%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C41162 (or 0xC41162) is known color: Ruby. HEX triplet: C4, 11 and 62. RGB value is (196,17,98). Sum of RGB (Red+Green+Blue) = 196+17+98=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C41162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41162 is #3BEE9D. Grayscale: #4F4F4F. Windows color (decimal): -3927710 or 6427076. OLE color: 6427076.

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

Color convert

RGB 196 17 98 -
CMYK 0 0.91 0.5 0.23
HSL 332.85º 0.84% 0.42% -
HSV(B) 332.85º 0.91% 0.77% -
XYZ 25.17 13.02 12.74 -
YUV 79.76 138.3 210.91 -
System Red Green Blue C M Y K H S L
Decimal 196 17 98 0 0.91 0.5 0.23 332.85 0.84 0.42
Hex C4 11 62 0 5B 32 17 14D 54 2A
Octal 304 21 142 0 133 62 27 515 124 52
Binary 11000100 10001 1100010 0 1011011 110010 10111 101001101 1010100 101010

Color Harmonies of #C41162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41162

Black with #C41162

Text Example


Text Example

White with #C41162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41162; }

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

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

background-color css

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

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

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

border-color css

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

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

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