Html Css Color HEX #C80C4F Ruby

📋 copy color: '#C80C4F'

red 200 ◦ green 12 ◦ blue 79

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

Shades of Ruby #C80C4F

Tints of Ruby #C80C4F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.12%

 BLUE value IS 79 (31.25% from 255) = 27.15%

R = 68.73%
G = 4.12%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C80C4F (or 0xC80C4F) is known color: Ruby. HEX triplet: C8, 0C and 4F. RGB value is (200,12,79). Sum of RGB (Red+Green+Blue) = 200+12+79=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80C4F is #37F3B0. Grayscale: #4B4B4B. Windows color (decimal): -3666865 or 5180616. OLE color: 5180616.

HSL color Cylindrical-coordinate representation of color #C80C4F: hue angle of 338.62º degrees, saturation: 0.89, 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 #C80C4F is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 12 79 -
CMYK 0 0.94 0.60 0.22
HSL 338.62º 0.89% 0.42% -
HSV(B) 338.62º 0.94% 0.78% -
XYZ 25.36 13.11 8.59 -
YUV 75.85 129.78 216.55 -
System Red Green Blue C M Y K H S L
Decimal 200 12 79 0 0.94 0.60 0.22 338.62 0.89 0.42
Hex C8 C 4F 0 5E 3C 16 153 59 2A
Octal 310 14 117 0 136 74 26 523 131 52
Binary 11001000 1100 1001111 0 1011110 111100 10110 101010011 1011001 101010

Color Harmonies of #C80C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C4F

Black with #C80C4F

Text Example


Text Example

White with #C80C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C4F; }

 p { color: rgb(200,12,79); }

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

background-color css

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

 a { background-color: rgb(200,12,79); }

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

border-color css

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

 span { border-color: rgb(200,12,79); }

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