Html Css Color HEX #C20C54 Ruby

📋 copy color: '#C20C54'

red 194 ◦ green 12 ◦ blue 84

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

Shades of Ruby #C20C54

Tints of Ruby #C20C54

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.14%

 BLUE value IS 84 (33.2% from 255) = 28.97%

R = 66.9%
G = 4.14%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C20C54 (or 0xC20C54) is known color: Ruby. HEX triplet: C2, 0C and 54. RGB value is (194,12,84). Sum of RGB (Red+Green+Blue) = 194+12+84=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C54 is #3DF3AB. Grayscale: #4A4A4A. Windows color (decimal): -4060076 or 5508290. OLE color: 5508290.

HSL color Cylindrical-coordinate representation of color #C20C54: hue angle of 336.26º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C54 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 84 -
CMYK 0 0.94 0.57 0.24
HSL 336.26º 0.88% 0.4% -
HSV(B) 336.26º 0.94% 0.76% -
XYZ 23.98 12.37 9.51 -
YUV 74.63 133.3 213.15 -
System Red Green Blue C M Y K H S L
Decimal 194 12 84 0 0.94 0.57 0.24 336.26 0.88 0.4
Hex C2 C 54 0 5E 39 18 150 58 28
Octal 302 14 124 0 136 71 30 520 130 50
Binary 11000010 1100 1010100 0 1011110 111001 11000 101010000 1011000 101000

Color Harmonies of #C20C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C54

Black with #C20C54

Text Example


Text Example

White with #C20C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C54; }

 p { color: rgb(194,12,84); }

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

background-color css

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

 a { background-color: rgb(194,12,84); }

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

border-color css

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

 span { border-color: rgb(194,12,84); }

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