Html Css Color HEX #C41152 Ruby

📋 copy color: '#C41152'

red 196 ◦ green 17 ◦ blue 82

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

Shades of Ruby #C41152

Tints of Ruby #C41152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.8%

R = 66.44%
G = 5.76%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C41152 (or 0xC41152) is known color: Ruby. HEX triplet: C4, 11 and 52. RGB value is (196,17,82). Sum of RGB (Red+Green+Blue) = 196+17+82=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C41152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41152 is #3BEEAD. Grayscale: #4D4D4D. Windows color (decimal): -3927726 or 5378500. OLE color: 5378500.

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

Color convert

RGB 196 17 82 -
CMYK 0 0.91 0.58 0.23
HSL 338.21º 0.84% 0.42% -
HSV(B) 338.21º 0.91% 0.77% -
XYZ 24.49 12.75 9.15 -
YUV 77.93 130.3 212.21 -
System Red Green Blue C M Y K H S L
Decimal 196 17 82 0 0.91 0.58 0.23 338.21 0.84 0.42
Hex C4 11 52 0 5B 3A 17 152 54 2A
Octal 304 21 122 0 133 72 27 522 124 52
Binary 11000100 10001 1010010 0 1011011 111010 10111 101010010 1010100 101010

Color Harmonies of #C41152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41152

Black with #C41152

Text Example


Text Example

White with #C41152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41152; }

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

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

background-color css

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

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

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

border-color css

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

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

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