Html Css Color HEX #C41867 Ruby

📋 copy color: '#C41867'

red 196 ◦ green 24 ◦ blue 103

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

Shades of Ruby #C41867

Tints of Ruby #C41867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.89%

R = 60.68%
G = 7.43%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C41867 (or 0xC41867) is known color: Ruby. HEX triplet: C4, 18 and 67. RGB value is (196,24,103). Sum of RGB (Red+Green+Blue) = 196+24+103=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C41867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41867 is #3BE798. Grayscale: #545454. Windows color (decimal): -3925913 or 6756548. OLE color: 6756548.

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

Color convert

RGB 196 24 103 -
CMYK 0 0.88 0.47 0.23
HSL 332.44º 0.78% 0.43% -
HSV(B) 332.44º 0.88% 0.77% -
XYZ 25.54 13.37 14.07 -
YUV 84.43 138.48 207.58 -
System Red Green Blue C M Y K H S L
Decimal 196 24 103 0 0.88 0.47 0.23 332.44 0.78 0.43
Hex C4 18 67 0 58 2F 17 14C 4E 2B
Octal 304 30 147 0 130 57 27 514 116 53
Binary 11000100 11000 1100111 0 1011000 101111 10111 101001100 1001110 101011

Color Harmonies of #C41867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41867

Black with #C41867

Text Example


Text Example

White with #C41867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41867; }

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

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

background-color css

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

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

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

border-color css

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

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

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