Html Css Color HEX #C41E68 Ruby

📋 copy color: '#C41E68'

red 196 ◦ green 30 ◦ blue 104

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

Shades of Ruby #C41E68

Tints of Ruby #C41E68

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.09%

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

R = 59.39%
G = 9.09%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C41E68 (or 0xC41E68) is known color: Ruby. HEX triplet: C4, 1E and 68. RGB value is (196,30,104). Sum of RGB (Red+Green+Blue) = 196+30+104=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41E68 is #3BE197. Grayscale: #575757. Windows color (decimal): -3924376 or 6823620. OLE color: 6823620.

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

Color convert

RGB 196 30 104 -
CMYK 0 0.85 0.47 0.23
HSL 333.25º 0.73% 0.44% -
HSV(B) 333.25º 0.85% 0.77% -
XYZ 25.73 13.66 14.38 -
YUV 88.07 137 204.98 -
System Red Green Blue C M Y K H S L
Decimal 196 30 104 0 0.85 0.47 0.23 333.25 0.73 0.44
Hex C4 1E 68 0 55 2F 17 14D 49 2C
Octal 304 36 150 0 125 57 27 515 111 54
Binary 11000100 11110 1101000 0 1010101 101111 10111 101001101 1001001 101100

Color Harmonies of #C41E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E68

Black with #C41E68

Text Example


Text Example

White with #C41E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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