Html Css Color HEX #C40F5A Ruby

📋 copy color: '#C40F5A'

red 196 ◦ green 15 ◦ blue 90

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

Shades of Ruby #C40F5A

Tints of Ruby #C40F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 65.12%
G = 4.98%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C40F5A (or 0xC40F5A) is known color: Ruby. HEX triplet: C4, 0F and 5A. RGB value is (196,15,90). Sum of RGB (Red+Green+Blue) = 196+15+90=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40F5A is #3BF0A5. Grayscale: #4D4D4D. Windows color (decimal): -3928230 or 5902276. OLE color: 5902276.

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

Color convert

RGB 196 15 90 -
CMYK 0 0.92 0.54 0.23
HSL 335.14º 0.86% 0.41% -
HSV(B) 335.14º 0.92% 0.77% -
XYZ 24.78 12.82 10.84 -
YUV 77.67 134.97 212.4 -
System Red Green Blue C M Y K H S L
Decimal 196 15 90 0 0.92 0.54 0.23 335.14 0.86 0.41
Hex C4 F 5A 0 5C 36 17 14F 56 29
Octal 304 17 132 0 134 66 27 517 126 51
Binary 11000100 1111 1011010 0 1011100 110110 10111 101001111 1010110 101001

Color Harmonies of #C40F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40F5A

Black with #C40F5A

Text Example


Text Example

White with #C40F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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