Html Css Color HEX #C21A61 Ruby

📋 copy color: '#C21A61'

red 194 ◦ green 26 ◦ blue 97

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

Shades of Ruby #C21A61

Tints of Ruby #C21A61

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.2%

 BLUE value IS 97 (38.28% from 255) = 30.6%

R = 61.2%
G = 8.2%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C21A61 (or 0xC21A61) is known color: Ruby. HEX triplet: C2, 1A and 61. RGB value is (194,26,97). Sum of RGB (Red+Green+Blue) = 194+26+97=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21A61 is #3DE59E. Grayscale: #545454. Windows color (decimal): -4056479 or 6363842. OLE color: 6363842.

HSL color Cylindrical-coordinate representation of color #C21A61: hue angle of 334.64º degrees, saturation: 0.76, 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 #C21A61 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 26 97 -
CMYK 0 0.87 0.50 0.24
HSL 334.64º 0.76% 0.43% -
HSV(B) 334.64º 0.87% 0.76% -
XYZ 24.78 13.07 12.53 -
YUV 84.33 135.16 206.23 -
System Red Green Blue C M Y K H S L
Decimal 194 26 97 0 0.87 0.50 0.24 334.64 0.76 0.43
Hex C2 1A 61 0 57 32 18 14F 4C 2B
Octal 302 32 141 0 127 62 30 517 114 53
Binary 11000010 11010 1100001 0 1010111 110010 11000 101001111 1001100 101011

Color Harmonies of #C21A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A61

Black with #C21A61

Text Example


Text Example

White with #C21A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A61; }

 p { color: rgb(194,26,97); }

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

background-color css

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

 a { background-color: rgb(194,26,97); }

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

border-color css

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

 span { border-color: rgb(194,26,97); }

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