Html Css Color HEX #C41258 Ruby

📋 copy color: '#C41258'

red 196 ◦ green 18 ◦ blue 88

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

Shades of Ruby #C41258

Tints of Ruby #C41258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

 BLUE value IS 88 (34.77% from 255) = 29.14%

R = 64.9%
G = 5.96%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C41258 (or 0xC41258) is known color: Ruby. HEX triplet: C4, 12 and 58. RGB value is (196,18,88). Sum of RGB (Red+Green+Blue) = 196+18+88=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C41258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41258 is #3BEDA7. Grayscale: #4F4F4F. Windows color (decimal): -3927464 or 5771972. OLE color: 5771972.

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

Color convert

RGB 196 18 88 -
CMYK 0 0.91 0.55 0.23
HSL 336.4º 0.83% 0.42% -
HSV(B) 336.4º 0.91% 0.77% -
XYZ 24.74 12.87 10.41 -
YUV 79.2 132.97 211.31 -
System Red Green Blue C M Y K H S L
Decimal 196 18 88 0 0.91 0.55 0.23 336.4 0.83 0.42
Hex C4 12 58 0 5B 37 17 150 53 2A
Octal 304 22 130 0 133 67 27 520 123 52
Binary 11000100 10010 1011000 0 1011011 110111 10111 101010000 1010011 101010

Color Harmonies of #C41258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41258

Black with #C41258

Text Example


Text Example

White with #C41258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41258; }

 p { color: rgb(196,18,88); }

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

background-color css

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

 a { background-color: rgb(196,18,88); }

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

border-color css

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

 span { border-color: rgb(196,18,88); }

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