Html Css Color HEX #C70363 Ruby

📋 copy color: '#C70363'

red 199 ◦ green 3 ◦ blue 99

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

Shades of Ruby #C70363

Tints of Ruby #C70363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 66.11%
G = 1%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C70363 (or 0xC70363) is known color: Ruby. HEX triplet: C7, 03 and 63. RGB value is (199,3,99). Sum of RGB (Red+Green+Blue) = 199+3+99=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C70363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70363 is #38FC9C. Grayscale: #484848. Windows color (decimal): -3734685 or 6489031. OLE color: 6489031.

HSL color Cylindrical-coordinate representation of color #C70363: hue angle of 330.61º degrees, saturation: 0.97, 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 #C70363 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 99 -
CMYK 0 0.98 0.50 0.22
HSL 330.61º 0.97% 0.4% -
HSV(B) 330.61º 0.98% 0.78% -
XYZ 25.84 13.11 12.97 -
YUV 72.55 142.93 218.19 -
System Red Green Blue C M Y K H S L
Decimal 199 3 99 0 0.98 0.50 0.22 330.61 0.97 0.4
Hex C7 3 63 0 62 32 16 14B 61 28
Octal 307 3 143 0 142 62 26 513 141 50
Binary 11000111 11 1100011 0 1100010 110010 10110 101001011 1100001 101000

Color Harmonies of #C70363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70363

Black with #C70363

Text Example


Text Example

White with #C70363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70363; }

 p { color: rgb(199,3,99); }

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

background-color css

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

 a { background-color: rgb(199,3,99); }

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

border-color css

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

 span { border-color: rgb(199,3,99); }

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