Html Css Color HEX #C41862 Ruby

📋 copy color: '#C41862'

red 196 ◦ green 24 ◦ blue 98

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

Shades of Ruby #C41862

Tints of Ruby #C41862

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

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

R = 61.64%
G = 7.55%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C41862 (or 0xC41862) is known color: Ruby. HEX triplet: C4, 18 and 62. RGB value is (196,24,98). Sum of RGB (Red+Green+Blue) = 196+24+98=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C41862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41862 is #3BE79D. Grayscale: #535353. Windows color (decimal): -3925918 or 6428868. OLE color: 6428868.

HSL color Cylindrical-coordinate representation of color #C41862: hue angle of 334.19º degrees, saturation: 0.78, 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 #C41862 is Cyan = 0, Magento = 0.88, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 24 98 -
CMYK 0 0.88 0.5 0.23
HSL 334.19º 0.78% 0.43% -
HSV(B) 334.19º 0.88% 0.77% -
XYZ 25.3 13.27 12.78 -
YUV 83.86 135.98 207.98 -
System Red Green Blue C M Y K H S L
Decimal 196 24 98 0 0.88 0.5 0.23 334.19 0.78 0.43
Hex C4 18 62 0 58 32 17 14E 4E 2B
Octal 304 30 142 0 130 62 27 516 116 53
Binary 11000100 11000 1100010 0 1011000 110010 10111 101001110 1001110 101011

Color Harmonies of #C41862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41862

Black with #C41862

Text Example


Text Example

White with #C41862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41862; }

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

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

background-color css

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

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

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

border-color css

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

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

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