Html Css Color HEX #C21563 Ruby

📋 copy color: '#C21563'

red 194 ◦ green 21 ◦ blue 99

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

Shades of Ruby #C21563

Tints of Ruby #C21563

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.69%

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

R = 61.78%
G = 6.69%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C21563 (or 0xC21563) is known color: Ruby. HEX triplet: C2, 15 and 63. RGB value is (194,21,99). Sum of RGB (Red+Green+Blue) = 194+21+99=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C21563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21563 is #3DEA9C. Grayscale: #515151. Windows color (decimal): -4057757 or 6493634. OLE color: 6493634.

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

Color convert

RGB 194 21 99 -
CMYK 0 0.89 0.49 0.24
HSL 332.95º 0.8% 0.42% -
HSV(B) 332.95º 0.89% 0.76% -
XYZ 24.77 12.91 12.99 -
YUV 81.62 137.81 208.16 -
System Red Green Blue C M Y K H S L
Decimal 194 21 99 0 0.89 0.49 0.24 332.95 0.8 0.42
Hex C2 15 63 0 59 31 18 14D 50 2A
Octal 302 25 143 0 131 61 30 515 120 52
Binary 11000010 10101 1100011 0 1011001 110001 11000 101001101 1010000 101010

Color Harmonies of #C21563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21563

Black with #C21563

Text Example


Text Example

White with #C21563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21563; }

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

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

background-color css

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

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

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

border-color css

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

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

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