Html Css Color HEX #C81154 Ruby

📋 copy color: '#C81154'

red 200 ◦ green 17 ◦ blue 84

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

Shades of Ruby #C81154

Tints of Ruby #C81154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.91%

R = 66.45%
G = 5.65%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C81154 (or 0xC81154) is known color: Ruby. HEX triplet: C8, 11 and 54. RGB value is (200,17,84). Sum of RGB (Red+Green+Blue) = 200+17+84=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C81154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81154 is #37EEAB. Grayscale: #4F4F4F. Windows color (decimal): -3665580 or 5509576. OLE color: 5509576.

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

Color convert

RGB 200 17 84 -
CMYK 0 0.92 0.58 0.22
HSL 338.03º 0.84% 0.43% -
HSV(B) 338.03º 0.92% 0.78% -
XYZ 25.62 13.32 9.61 -
YUV 79.36 130.63 214.05 -
System Red Green Blue C M Y K H S L
Decimal 200 17 84 0 0.92 0.58 0.22 338.03 0.84 0.43
Hex C8 11 54 0 5C 3A 16 152 54 2B
Octal 310 21 124 0 134 72 26 522 124 53
Binary 11001000 10001 1010100 0 1011100 111010 10110 101010010 1010100 101011

Color Harmonies of #C81154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81154

Black with #C81154

Text Example


Text Example

White with #C81154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81154; }

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

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

background-color css

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

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

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

border-color css

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

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

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