Html Css Color HEX #C81158 Ruby

📋 copy color: '#C81158'

red 200 ◦ green 17 ◦ blue 88

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

Shades of Ruby #C81158

Tints of Ruby #C81158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.85%

R = 65.57%
G = 5.57%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C81158 (or 0xC81158) is known color: Ruby. HEX triplet: C8, 11 and 58. RGB value is (200,17,88). Sum of RGB (Red+Green+Blue) = 200+17+88=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C81158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81158 is #37EEA7. Grayscale: #4F4F4F. Windows color (decimal): -3665576 or 5771720. OLE color: 5771720.

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

Color convert

RGB 200 17 88 -
CMYK 0 0.92 0.56 0.22
HSL 336.72º 0.84% 0.43% -
HSV(B) 336.72º 0.92% 0.78% -
XYZ 25.78 13.38 10.46 -
YUV 79.81 132.63 213.73 -
System Red Green Blue C M Y K H S L
Decimal 200 17 88 0 0.92 0.56 0.22 336.72 0.84 0.43
Hex C8 11 58 0 5C 38 16 151 54 2B
Octal 310 21 130 0 134 70 26 521 124 53
Binary 11001000 10001 1011000 0 1011100 111000 10110 101010001 1010100 101011

Color Harmonies of #C81158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81158

Black with #C81158

Text Example


Text Example

White with #C81158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81158; }

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

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

background-color css

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

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

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

border-color css

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

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

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