Html Css Color HEX #C41360 Ruby

📋 copy color: '#C41360'

red 196 ◦ green 19 ◦ blue 96

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

Shades of Ruby #C41360

Tints of Ruby #C41360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.11%

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

R = 63.02%
G = 6.11%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C41360 (or 0xC41360) is known color: Ruby. HEX triplet: C4, 13 and 60. RGB value is (196,19,96). Sum of RGB (Red+Green+Blue) = 196+19+96=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C41360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41360 is #3BEC9F. Grayscale: #505050. Windows color (decimal): -3927200 or 6296516. OLE color: 6296516.

HSL color Cylindrical-coordinate representation of color #C41360: hue angle of 333.9º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41360 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 19 96 -
CMYK 0 0.90 0.51 0.23
HSL 333.9º 0.82% 0.42% -
HSV(B) 333.9º 0.9% 0.77% -
XYZ 25.11 13.05 12.26 -
YUV 80.7 136.64 210.24 -
System Red Green Blue C M Y K H S L
Decimal 196 19 96 0 0.90 0.51 0.23 333.9 0.82 0.42
Hex C4 13 60 0 5A 33 17 14E 52 2A
Octal 304 23 140 0 132 63 27 516 122 52
Binary 11000100 10011 1100000 0 1011010 110011 10111 101001110 1010010 101010

Color Harmonies of #C41360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41360

Black with #C41360

Text Example


Text Example

White with #C41360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41360; }

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

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

background-color css

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

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

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

border-color css

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

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

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