Html Css Color HEX #C41B65 Ruby

📋 copy color: '#C41B65'

red 196 ◦ green 27 ◦ blue 101

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

Shades of Ruby #C41B65

Tints of Ruby #C41B65

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.33%

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 60.49%
G = 8.33%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C41B65 (or 0xC41B65) is known color: Ruby. HEX triplet: C4, 1B and 65. RGB value is (196,27,101). Sum of RGB (Red+Green+Blue) = 196+27+101=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41B65 is #3BE49A. Grayscale: #555555. Windows color (decimal): -3925147 or 6626244. OLE color: 6626244.

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

Color convert

RGB 196 27 101 -
CMYK 0 0.86 0.48 0.23
HSL 333.73º 0.76% 0.44% -
HSV(B) 333.73º 0.86% 0.77% -
XYZ 25.51 13.46 13.57 -
YUV 85.97 136.49 206.48 -
System Red Green Blue C M Y K H S L
Decimal 196 27 101 0 0.86 0.48 0.23 333.73 0.76 0.44
Hex C4 1B 65 0 56 30 17 14E 4C 2C
Octal 304 33 145 0 126 60 27 516 114 54
Binary 11000100 11011 1100101 0 1010110 110000 10111 101001110 1001100 101100

Color Harmonies of #C41B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B65

Black with #C41B65

Text Example


Text Example

White with #C41B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B65; }

 p { color: rgb(196,27,101); }

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

background-color css

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

 a { background-color: rgb(196,27,101); }

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

border-color css

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

 span { border-color: rgb(196,27,101); }

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