Html Css Color HEX #C80463 Ruby

📋 copy color: '#C80463'

red 200 ◦ green 4 ◦ blue 99

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

Shades of Ruby #C80463

Tints of Ruby #C80463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.67%

R = 66.01%
G = 1.32%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C80463 (or 0xC80463) is known color: Ruby. HEX triplet: C8, 04 and 63. RGB value is (200,4,99). Sum of RGB (Red+Green+Blue) = 200+4+99=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C80463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80463 is #37FB9C. Grayscale: #494949. Windows color (decimal): -3668893 or 6489288. OLE color: 6489288.

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

Color convert

RGB 200 4 99 -
CMYK 0 0.98 0.50 0.22
HSL 330.92º 0.96% 0.4% -
HSV(B) 330.92º 0.98% 0.78% -
XYZ 26.11 13.27 12.99 -
YUV 73.43 142.43 218.28 -
System Red Green Blue C M Y K H S L
Decimal 200 4 99 0 0.98 0.50 0.22 330.92 0.96 0.4
Hex C8 4 63 0 62 32 16 14B 60 28
Octal 310 4 143 0 142 62 26 513 140 50
Binary 11001000 100 1100011 0 1100010 110010 10110 101001011 1100000 101000

Color Harmonies of #C80463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80463

Black with #C80463

Text Example


Text Example

White with #C80463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80463; }

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

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

background-color css

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

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

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

border-color css

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

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

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