Html Css Color HEX #C80D5F Ruby

📋 copy color: '#C80D5F'

red 200 ◦ green 13 ◦ blue 95

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

Shades of Ruby #C80D5F

Tints of Ruby #C80D5F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.22%

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 64.94%
G = 4.22%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C80D5F (or 0xC80D5F) is known color: Ruby. HEX triplet: C8, 0D and 5F. RGB value is (200,13,95). Sum of RGB (Red+Green+Blue) = 200+13+95=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80D5F is #37F2A0. Grayscale: #4E4E4E. Windows color (decimal): -3666593 or 6229448. OLE color: 6229448.

HSL color Cylindrical-coordinate representation of color #C80D5F: hue angle of 333.69º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80D5F is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 13 95 -
CMYK 0 0.94 0.52 0.22
HSL 333.69º 0.88% 0.42% -
HSV(B) 333.69º 0.94% 0.78% -
XYZ 26.03 13.39 12.04 -
YUV 78.26 137.45 214.83 -
System Red Green Blue C M Y K H S L
Decimal 200 13 95 0 0.94 0.52 0.22 333.69 0.88 0.42
Hex C8 D 5F 0 5E 34 16 14E 58 2A
Octal 310 15 137 0 136 64 26 516 130 52
Binary 11001000 1101 1011111 0 1011110 110100 10110 101001110 1011000 101010

Color Harmonies of #C80D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80D5F

Black with #C80D5F

Text Example


Text Example

White with #C80D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80D5F; }

 p { color: rgb(200,13,95); }

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

background-color css

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

 a { background-color: rgb(200,13,95); }

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

border-color css

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

 span { border-color: rgb(200,13,95); }

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