Html Css Color HEX #C21961 Ruby

📋 copy color: '#C21961'

red 194 ◦ green 25 ◦ blue 97

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

Shades of Ruby #C21961

Tints of Ruby #C21961

RGB

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

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

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

R = 61.39%
G = 7.91%
B = 30.7%

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

#C21961 (or 0xC21961) is known color: Ruby. HEX triplet: C2, 19 and 61. RGB value is (194,25,97). Sum of RGB (Red+Green+Blue) = 194+25+97=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C21961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21961 is #3DE69E. Grayscale: #535353. Windows color (decimal): -4056735 or 6363586. OLE color: 6363586.

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

Color convert

RGB 194 25 97 -
CMYK 0 0.87 0.50 0.24
HSL 334.44º 0.77% 0.43% -
HSV(B) 334.44º 0.87% 0.76% -
XYZ 24.75 13.03 12.52 -
YUV 83.74 135.49 206.65 -
System Red Green Blue C M Y K H S L
Decimal 194 25 97 0 0.87 0.50 0.24 334.44 0.77 0.43
Hex C2 19 61 0 57 32 18 14E 4D 2B
Octal 302 31 141 0 127 62 30 516 115 53
Binary 11000010 11001 1100001 0 1010111 110010 11000 101001110 1001101 101011

Color Harmonies of #C21961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21961

Black with #C21961

Text Example


Text Example

White with #C21961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21961; }

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

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

background-color css

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

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

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

border-color css

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

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

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