Html Css Color HEX #C21564 Ruby

📋 copy color: '#C21564'

red 194 ◦ green 21 ◦ blue 100

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

Shades of Ruby #C21564

Tints of Ruby #C21564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.75%

R = 61.59%
G = 6.67%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C21564 (or 0xC21564) is known color: Ruby. HEX triplet: C2, 15 and 64. RGB value is (194,21,100). Sum of RGB (Red+Green+Blue) = 194+21+100=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C21564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21564 is #3DEA9B. Grayscale: #515151. Windows color (decimal): -4057756 or 6559170. OLE color: 6559170.

HSL color Cylindrical-coordinate representation of color #C21564: hue angle of 332.6º 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 #C21564 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 100 -
CMYK 0 0.89 0.48 0.24
HSL 332.6º 0.8% 0.42% -
HSV(B) 332.6º 0.89% 0.76% -
XYZ 24.82 12.93 13.24 -
YUV 81.73 138.31 208.08 -
System Red Green Blue C M Y K H S L
Decimal 194 21 100 0 0.89 0.48 0.24 332.6 0.8 0.42
Hex C2 15 64 0 59 30 18 14D 50 2A
Octal 302 25 144 0 131 60 30 515 120 52
Binary 11000010 10101 1100100 0 1011001 110000 11000 101001101 1010000 101010

Color Harmonies of #C21564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21564

Black with #C21564

Text Example


Text Example

White with #C21564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21564; }

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

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

background-color css

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

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

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

border-color css

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

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

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