Html Css Color HEX #C50064 Ruby

📋 copy color: '#C50064'

red 197 ◦ green 0 ◦ blue 100

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

Shades of Ruby #C50064

Tints of Ruby #C50064

RGB

 RED value IS 197 (77.34% from 255) = 66.33%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.33%
G = 0%
B = 33.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C50064 (or 0xC50064) is known color: Ruby. HEX triplet: C5, 00 and 64. RGB value is (197,0,100). Sum of RGB (Red+Green+Blue) = 197+0+100=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C50064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50064 is #3AFF9B. Grayscale: #464646. Windows color (decimal): -3866524 or 6553797. OLE color: 6553797.

HSL color Cylindrical-coordinate representation of color #C50064: hue angle of 329.54º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50064 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 100 -
CMYK 0 1 0.49 0.23
HSL 329.54º 1% 0.39% -
HSV(B) 329.54º 1% 0.77% -
XYZ 25.33 12.79 13.19 -
YUV 70.3 144.77 218.37 -
System Red Green Blue C M Y K H S L
Decimal 197 0 100 0 1 0.49 0.23 329.54 1 0.39
Hex C5 0 64 0 64 31 17 14A 64 27
Octal 305 0 144 0 144 61 27 512 144 47
Binary 11000101 0 1100100 0 1100100 110001 10111 101001010 1100100 100111

Color Harmonies of #C50064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50064

Black with #C50064

Text Example


Text Example

White with #C50064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50064; }

 p { color: rgb(197,0,100); }

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

background-color css

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

 a { background-color: rgb(197,0,100); }

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

border-color css

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

 span { border-color: rgb(197,0,100); }

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