Html Css Color HEX #C81161 Ruby

📋 copy color: '#C81161'

red 200 ◦ green 17 ◦ blue 97

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

Shades of Ruby #C81161

Tints of Ruby #C81161

RGB

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

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

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

R = 63.69%
G = 5.41%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C81161 (or 0xC81161) is known color: Ruby. HEX triplet: C8, 11 and 61. RGB value is (200,17,97). Sum of RGB (Red+Green+Blue) = 200+17+97=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C81161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81161 is #37EE9E. Grayscale: #505050. Windows color (decimal): -3665567 or 6361544. OLE color: 6361544.

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

Color convert

RGB 200 17 97 -
CMYK 0 0.92 0.52 0.22
HSL 333.77º 0.84% 0.43% -
HSV(B) 333.77º 0.92% 0.78% -
XYZ 26.18 13.54 12.54 -
YUV 80.84 137.13 213 -
System Red Green Blue C M Y K H S L
Decimal 200 17 97 0 0.92 0.52 0.22 333.77 0.84 0.43
Hex C8 11 61 0 5C 34 16 14E 54 2B
Octal 310 21 141 0 134 64 26 516 124 53
Binary 11001000 10001 1100001 0 1011100 110100 10110 101001110 1010100 101011

Color Harmonies of #C81161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81161

Black with #C81161

Text Example


Text Example

White with #C81161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81161; }

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

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

background-color css

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

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

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

border-color css

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

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

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