Html Css Color HEX #C80561 Ruby

📋 copy color: '#C80561'

red 200 ◦ green 5 ◦ blue 97

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

Shades of Ruby #C80561

Tints of Ruby #C80561

RGB

 RED value IS 200 (78.52% from 255) = 66.23%

 GREEN value IS 5 (2.34% from 255) = 1.66%

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

R = 66.23%
G = 1.66%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C80561 (or 0xC80561) is known color: Ruby. HEX triplet: C8, 05 and 61. RGB value is (200,5,97). Sum of RGB (Red+Green+Blue) = 200+5+97=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C80561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80561 is #37FA9E. Grayscale: #494949. Windows color (decimal): -3668639 or 6358472. OLE color: 6358472.

HSL color Cylindrical-coordinate representation of color #C80561: hue angle of 331.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80561 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 5 97 -
CMYK 0 0.98 0.52 0.22
HSL 331.69º 0.95% 0.4% -
HSV(B) 331.69º 0.98% 0.78% -
XYZ 26.03 13.25 12.49 -
YUV 73.79 141.1 218.02 -
System Red Green Blue C M Y K H S L
Decimal 200 5 97 0 0.98 0.52 0.22 331.69 0.95 0.4
Hex C8 5 61 0 62 34 16 14C 5F 28
Octal 310 5 141 0 142 64 26 514 137 50
Binary 11001000 101 1100001 0 1100010 110100 10110 101001100 1011111 101000

Color Harmonies of #C80561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80561

Black with #C80561

Text Example


Text Example

White with #C80561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80561; }

 p { color: rgb(200,5,97); }

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

background-color css

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

 a { background-color: rgb(200,5,97); }

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

border-color css

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

 span { border-color: rgb(200,5,97); }

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