Html Css Color HEX #C21463 Ruby

📋 copy color: '#C21463'

red 194 ◦ green 20 ◦ blue 99

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

Shades of Ruby #C21463

Tints of Ruby #C21463

RGB

 RED value IS 194 (76.17% from 255) = 61.98%

 GREEN value IS 20 (8.2% from 255) = 6.39%

 BLUE value IS 99 (39.06% from 255) = 31.63%

R = 61.98%
G = 6.39%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C21463 (or 0xC21463) is known color: Ruby. HEX triplet: C2, 14 and 63. RGB value is (194,20,99). Sum of RGB (Red+Green+Blue) = 194+20+99=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C21463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21463 is #3DEB9C. Grayscale: #505050. Windows color (decimal): -4058013 or 6493378. OLE color: 6493378.

HSL color Cylindrical-coordinate representation of color #C21463: hue angle of 332.76º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21463 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 99 -
CMYK 0 0.90 0.49 0.24
HSL 332.76º 0.81% 0.42% -
HSV(B) 332.76º 0.9% 0.76% -
XYZ 24.75 12.87 12.98 -
YUV 81.03 138.15 208.58 -
System Red Green Blue C M Y K H S L
Decimal 194 20 99 0 0.90 0.49 0.24 332.76 0.81 0.42
Hex C2 14 63 0 5A 31 18 14D 51 2A
Octal 302 24 143 0 132 61 30 515 121 52
Binary 11000010 10100 1100011 0 1011010 110001 11000 101001101 1010001 101010

Color Harmonies of #C21463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21463

Black with #C21463

Text Example


Text Example

White with #C21463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21463; }

 p { color: rgb(194,20,99); }

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

background-color css

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

 a { background-color: rgb(194,20,99); }

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

border-color css

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

 span { border-color: rgb(194,20,99); }

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