Html Css Color HEX #C40F5E Ruby

📋 copy color: '#C40F5E'

red 196 ◦ green 15 ◦ blue 94

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

Shades of Ruby #C40F5E

Tints of Ruby #C40F5E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.92%

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 64.26%
G = 4.92%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C40F5E (or 0xC40F5E) is known color: Ruby. HEX triplet: C4, 0F and 5E. RGB value is (196,15,94). Sum of RGB (Red+Green+Blue) = 196+15+94=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40F5E is #3BF0A1. Grayscale: #4D4D4D. Windows color (decimal): -3928226 or 6164420. OLE color: 6164420.

HSL color Cylindrical-coordinate representation of color #C40F5E: hue angle of 333.81º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C40F5E is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 15 94 -
CMYK 0 0.92 0.52 0.23
HSL 333.81º 0.86% 0.41% -
HSV(B) 333.81º 0.92% 0.77% -
XYZ 24.96 12.89 11.76 -
YUV 78.13 136.97 212.08 -
System Red Green Blue C M Y K H S L
Decimal 196 15 94 0 0.92 0.52 0.23 333.81 0.86 0.41
Hex C4 F 5E 0 5C 34 17 14E 56 29
Octal 304 17 136 0 134 64 27 516 126 51
Binary 11000100 1111 1011110 0 1011100 110100 10111 101001110 1010110 101001

Color Harmonies of #C40F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40F5E

Black with #C40F5E

Text Example


Text Example

White with #C40F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40F5E; }

 p { color: rgb(196,15,94); }

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

background-color css

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

 a { background-color: rgb(196,15,94); }

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

border-color css

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

 span { border-color: rgb(196,15,94); }

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