Html Css Color HEX #C70558 Ruby

📋 copy color: '#C70558'

red 199 ◦ green 5 ◦ blue 88

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

Shades of Ruby #C70558

Tints of Ruby #C70558

RGB

 RED value IS 199 (78.13% from 255) = 68.15%

 GREEN value IS 5 (2.34% from 255) = 1.71%

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

R = 68.15%
G = 1.71%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C70558 (or 0xC70558) is known color: Ruby. HEX triplet: C7, 05 and 58. RGB value is (199,5,88). Sum of RGB (Red+Green+Blue) = 199+5+88=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C70558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70558 is #38FAA7. Grayscale: #484848. Windows color (decimal): -3734184 or 5768647. OLE color: 5768647.

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

Color convert

RGB 199 5 88 -
CMYK 0 0.97 0.56 0.22
HSL 334.33º 0.95% 0.4% -
HSV(B) 334.33º 0.97% 0.78% -
XYZ 25.37 12.96 10.4 -
YUV 72.47 136.77 218.25 -
System Red Green Blue C M Y K H S L
Decimal 199 5 88 0 0.97 0.56 0.22 334.33 0.95 0.4
Hex C7 5 58 0 61 38 16 14E 5F 28
Octal 307 5 130 0 141 70 26 516 137 50
Binary 11000111 101 1011000 0 1100001 111000 10110 101001110 1011111 101000

Color Harmonies of #C70558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70558

Black with #C70558

Text Example


Text Example

White with #C70558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70558; }

 p { color: rgb(199,5,88); }

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

background-color css

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

 a { background-color: rgb(199,5,88); }

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

border-color css

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

 span { border-color: rgb(199,5,88); }

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