Html Css Color HEX #C41968 Ruby

📋 copy color: '#C41968'

red 196 ◦ green 25 ◦ blue 104

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

Shades of Ruby #C41968

Tints of Ruby #C41968

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.69%

 BLUE value IS 104 (41.02% from 255) = 32%

R = 60.31%
G = 7.69%
B = 32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C41968 (or 0xC41968) is known color: Ruby. HEX triplet: C4, 19 and 68. RGB value is (196,25,104). Sum of RGB (Red+Green+Blue) = 196+25+104=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C41968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41968 is #3BE697. Grayscale: #545454. Windows color (decimal): -3925656 or 6822340. OLE color: 6822340.

HSL color Cylindrical-coordinate representation of color #C41968: hue angle of 332.28º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41968 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 25 104 -
CMYK 0 0.87 0.47 0.23
HSL 332.28º 0.77% 0.43% -
HSV(B) 332.28º 0.87% 0.77% -
XYZ 25.61 13.43 14.34 -
YUV 85.14 138.65 207.08 -
System Red Green Blue C M Y K H S L
Decimal 196 25 104 0 0.87 0.47 0.23 332.28 0.77 0.43
Hex C4 19 68 0 57 2F 17 14C 4D 2B
Octal 304 31 150 0 127 57 27 514 115 53
Binary 11000100 11001 1101000 0 1010111 101111 10111 101001100 1001101 101011

Color Harmonies of #C41968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41968

Black with #C41968

Text Example


Text Example

White with #C41968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41968; }

 p { color: rgb(196,25,104); }

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

background-color css

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

 a { background-color: rgb(196,25,104); }

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

border-color css

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

 span { border-color: rgb(196,25,104); }

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