Html Css Color HEX #C8045E Ruby

📋 copy color: '#C8045E'

red 200 ◦ green 4 ◦ blue 94

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

Shades of Ruby #C8045E

Tints of Ruby #C8045E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 67.11%
G = 1.34%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8045E (or 0xC8045E) is known color: Ruby. HEX triplet: C8, 04 and 5E. RGB value is (200,4,94). Sum of RGB (Red+Green+Blue) = 200+4+94=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8045E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8045E is #37FBA1. Grayscale: #484848. Windows color (decimal): -3668898 or 6161608. OLE color: 6161608.

HSL color Cylindrical-coordinate representation of color #C8045E: hue angle of 332.45º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8045E is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 4 94 -
CMYK 0 0.98 0.53 0.22
HSL 332.45º 0.96% 0.4% -
HSV(B) 332.45º 0.98% 0.78% -
XYZ 25.88 13.17 11.77 -
YUV 72.86 139.93 218.68 -
System Red Green Blue C M Y K H S L
Decimal 200 4 94 0 0.98 0.53 0.22 332.45 0.96 0.4
Hex C8 4 5E 0 62 35 16 14C 60 28
Octal 310 4 136 0 142 65 26 514 140 50
Binary 11001000 100 1011110 0 1100010 110101 10110 101001100 1100000 101000

Color Harmonies of #C8045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8045E

Black with #C8045E

Text Example


Text Example

White with #C8045E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8045E; }

 p { color: rgb(200,4,94); }

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

background-color css

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

 a { background-color: rgb(200,4,94); }

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

border-color css

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

 span { border-color: rgb(200,4,94); }

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