Html Css Color HEX #C41765 Ruby

📋 copy color: '#C41765'

red 196 ◦ green 23 ◦ blue 101

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

Shades of Ruby #C41765

Tints of Ruby #C41765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.19%

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

R = 61.25%
G = 7.19%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C41765 (or 0xC41765) is known color: Ruby. HEX triplet: C4, 17 and 65. RGB value is (196,23,101). Sum of RGB (Red+Green+Blue) = 196+23+101=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C41765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41765 is #3BE89A. Grayscale: #535353. Windows color (decimal): -3926171 or 6625220. OLE color: 6625220.

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

Color convert

RGB 196 23 101 -
CMYK 0 0.88 0.48 0.23
HSL 332.95º 0.79% 0.43% -
HSV(B) 332.95º 0.88% 0.77% -
XYZ 25.42 13.29 13.54 -
YUV 83.62 137.81 208.16 -
System Red Green Blue C M Y K H S L
Decimal 196 23 101 0 0.88 0.48 0.23 332.95 0.79 0.43
Hex C4 17 65 0 58 30 17 14D 4F 2B
Octal 304 27 145 0 130 60 27 515 117 53
Binary 11000100 10111 1100101 0 1011000 110000 10111 101001101 1001111 101011

Color Harmonies of #C41765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41765

Black with #C41765

Text Example


Text Example

White with #C41765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41765; }

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

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

background-color css

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

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

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

border-color css

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

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

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