Html Css Color HEX #C41260 Ruby

📋 copy color: '#C41260'

red 196 ◦ green 18 ◦ blue 96

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

Shades of Ruby #C41260

Tints of Ruby #C41260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.97%

R = 63.23%
G = 5.81%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C41260 (or 0xC41260) is known color: Ruby. HEX triplet: C4, 12 and 60. RGB value is (196,18,96). Sum of RGB (Red+Green+Blue) = 196+18+96=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C41260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41260 is #3BED9F. Grayscale: #4F4F4F. Windows color (decimal): -3927456 or 6296260. OLE color: 6296260.

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

Color convert

RGB 196 18 96 -
CMYK 0 0.91 0.51 0.23
HSL 333.71º 0.83% 0.42% -
HSV(B) 333.71º 0.91% 0.77% -
XYZ 25.09 13.01 12.26 -
YUV 80.11 136.97 210.66 -
System Red Green Blue C M Y K H S L
Decimal 196 18 96 0 0.91 0.51 0.23 333.71 0.83 0.42
Hex C4 12 60 0 5B 33 17 14E 53 2A
Octal 304 22 140 0 133 63 27 516 123 52
Binary 11000100 10010 1100000 0 1011011 110011 10111 101001110 1010011 101010

Color Harmonies of #C41260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41260

Black with #C41260

Text Example


Text Example

White with #C41260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41260; }

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

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

background-color css

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

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

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

border-color css

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

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

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