Html Css Color HEX #C21963 Ruby

📋 copy color: '#C21963'

red 194 ◦ green 25 ◦ blue 99

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

Shades of Ruby #C21963

Tints of Ruby #C21963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.86%

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

R = 61.01%
G = 7.86%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C21963 (or 0xC21963) is known color: Ruby. HEX triplet: C2, 19 and 63. RGB value is (194,25,99). Sum of RGB (Red+Green+Blue) = 194+25+99=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C21963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21963 is #3DE69C. Grayscale: #535353. Windows color (decimal): -4056733 or 6494658. OLE color: 6494658.

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

Color convert

RGB 194 25 99 -
CMYK 0 0.87 0.49 0.24
HSL 333.73º 0.77% 0.43% -
HSV(B) 333.73º 0.87% 0.76% -
XYZ 24.85 13.07 13.02 -
YUV 83.97 136.49 206.48 -
System Red Green Blue C M Y K H S L
Decimal 194 25 99 0 0.87 0.49 0.24 333.73 0.77 0.43
Hex C2 19 63 0 57 31 18 14E 4D 2B
Octal 302 31 143 0 127 61 30 516 115 53
Binary 11000010 11001 1100011 0 1010111 110001 11000 101001110 1001101 101011

Color Harmonies of #C21963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21963

Black with #C21963

Text Example


Text Example

White with #C21963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21963; }

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

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

background-color css

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

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

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

border-color css

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

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

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