Html Css Color HEX #C40562 Ruby

📋 copy color: '#C40562'

red 196 ◦ green 5 ◦ blue 98

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

Shades of Ruby #C40562

Tints of Ruby #C40562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 98 (38.67% from 255) = 32.78%

R = 65.55%
G = 1.67%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C40562 (or 0xC40562) is known color: Ruby. HEX triplet: C4, 05 and 62. RGB value is (196,5,98). Sum of RGB (Red+Green+Blue) = 196+5+98=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C40562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40562 is #3BFA9D. Grayscale: #484848. Windows color (decimal): -3930782 or 6424004. OLE color: 6424004.

HSL color Cylindrical-coordinate representation of color #C40562: hue angle of 330.79º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40562 is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 5 98 -
CMYK 0 0.97 0.5 0.23
HSL 330.79º 0.95% 0.39% -
HSV(B) 330.79º 0.97% 0.77% -
XYZ 25.02 12.73 12.69 -
YUV 72.71 142.28 215.94 -
System Red Green Blue C M Y K H S L
Decimal 196 5 98 0 0.97 0.5 0.23 330.79 0.95 0.39
Hex C4 5 62 0 61 32 17 14B 5F 27
Octal 304 5 142 0 141 62 27 513 137 47
Binary 11000100 101 1100010 0 1100001 110010 10111 101001011 1011111 100111

Color Harmonies of #C40562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40562

Black with #C40562

Text Example


Text Example

White with #C40562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40562; }

 p { color: rgb(196,5,98); }

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

background-color css

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

 a { background-color: rgb(196,5,98); }

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

border-color css

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

 span { border-color: rgb(196,5,98); }

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