Html Css Color HEX #C81163 Ruby

📋 copy color: '#C81163'

red 200 ◦ green 17 ◦ blue 99

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

Shades of Ruby #C81163

Tints of Ruby #C81163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.38%

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

R = 63.29%
G = 5.38%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C81163 (or 0xC81163) is known color: Ruby. HEX triplet: C8, 11 and 63. RGB value is (200,17,99). Sum of RGB (Red+Green+Blue) = 200+17+99=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C81163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81163 is #37EE9C. Grayscale: #505050. Windows color (decimal): -3665565 or 6492616. OLE color: 6492616.

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

Color convert

RGB 200 17 99 -
CMYK 0 0.92 0.50 0.22
HSL 333.11º 0.84% 0.43% -
HSV(B) 333.11º 0.92% 0.78% -
XYZ 26.27 13.58 13.04 -
YUV 81.07 138.13 212.83 -
System Red Green Blue C M Y K H S L
Decimal 200 17 99 0 0.92 0.50 0.22 333.11 0.84 0.43
Hex C8 11 63 0 5C 32 16 14D 54 2B
Octal 310 21 143 0 134 62 26 515 124 53
Binary 11001000 10001 1100011 0 1011100 110010 10110 101001101 1010100 101011

Color Harmonies of #C81163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81163

Black with #C81163

Text Example


Text Example

White with #C81163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81163; }

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

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

background-color css

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

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

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

border-color css

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

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

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