Html Css Color HEX #C80461 Ruby

📋 copy color: '#C80461'

red 200 ◦ green 4 ◦ blue 97

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

Shades of Ruby #C80461

Tints of Ruby #C80461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

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

R = 66.45%
G = 1.33%
B = 32.23%

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

#C80461 (or 0xC80461) is known color: Ruby. HEX triplet: C8, 04 and 61. RGB value is (200,4,97). Sum of RGB (Red+Green+Blue) = 200+4+97=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C80461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80461 is #37FB9E. Grayscale: #494949. Windows color (decimal): -3668895 or 6358216. OLE color: 6358216.

HSL color Cylindrical-coordinate representation of color #C80461: hue angle of 331.53º degrees, saturation: 0.96, 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 #C80461 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 4 97 -
CMYK 0 0.98 0.52 0.22
HSL 331.53º 0.96% 0.4% -
HSV(B) 331.53º 0.98% 0.78% -
XYZ 26.02 13.23 12.49 -
YUV 73.21 141.43 218.44 -
System Red Green Blue C M Y K H S L
Decimal 200 4 97 0 0.98 0.52 0.22 331.53 0.96 0.4
Hex C8 4 61 0 62 34 16 14C 60 28
Octal 310 4 141 0 142 64 26 514 140 50
Binary 11001000 100 1100001 0 1100010 110100 10110 101001100 1100000 101000

Color Harmonies of #C80461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80461

Black with #C80461

Text Example


Text Example

White with #C80461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80461; }

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

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

background-color css

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

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

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

border-color css

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

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

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