Html Css Color HEX #C81563 Ruby

📋 copy color: '#C81563'

red 200 ◦ green 21 ◦ blue 99

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

Shades of Ruby #C81563

Tints of Ruby #C81563

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.56%

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

R = 62.5%
G = 6.56%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C81563 (or 0xC81563) is known color: Ruby. HEX triplet: C8, 15 and 63. RGB value is (200,21,99). Sum of RGB (Red+Green+Blue) = 200+21+99=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C81563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81563 is #37EA9C. Grayscale: #535353. Windows color (decimal): -3664541 or 6493640. OLE color: 6493640.

HSL color Cylindrical-coordinate representation of color #C81563: hue angle of 333.85º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81563 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 99 -
CMYK 0 0.90 0.50 0.22
HSL 333.85º 0.81% 0.43% -
HSV(B) 333.85º 0.9% 0.78% -
XYZ 26.34 13.72 13.06 -
YUV 83.41 136.8 211.16 -
System Red Green Blue C M Y K H S L
Decimal 200 21 99 0 0.90 0.50 0.22 333.85 0.81 0.43
Hex C8 15 63 0 5A 32 16 14E 51 2B
Octal 310 25 143 0 132 62 26 516 121 53
Binary 11001000 10101 1100011 0 1011010 110010 10110 101001110 1010001 101011

Color Harmonies of #C81563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81563

Black with #C81563

Text Example


Text Example

White with #C81563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81563; }

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

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

background-color css

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

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

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

border-color css

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

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

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