Html Css Color HEX #C70063 Ruby

📋 copy color: '#C70063'

red 199 ◦ green 0 ◦ blue 99

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

Shades of Ruby #C70063

Tints of Ruby #C70063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.78%
G = 0%
B = 33.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C70063 (or 0xC70063) is known color: Ruby. HEX triplet: C7, 00 and 63. RGB value is (199,0,99). Sum of RGB (Red+Green+Blue) = 199+0+99=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C70063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70063 is #38FF9C. Grayscale: #464646. Windows color (decimal): -3735453 or 6488263. OLE color: 6488263.

HSL color Cylindrical-coordinate representation of color #C70063: hue angle of 330.15º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70063 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 0 99 -
CMYK 0 1 0.50 0.22
HSL 330.15º 1% 0.39% -
HSV(B) 330.15º 1% 0.78% -
XYZ 25.81 13.04 12.96 -
YUV 70.79 143.93 219.45 -
System Red Green Blue C M Y K H S L
Decimal 199 0 99 0 1 0.50 0.22 330.15 1 0.39
Hex C7 0 63 0 64 32 16 14A 64 27
Octal 307 0 143 0 144 62 26 512 144 47
Binary 11000111 0 1100011 0 1100100 110010 10110 101001010 1100100 100111

Color Harmonies of #C70063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70063

Black with #C70063

Text Example


Text Example

White with #C70063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70063; }

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

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

background-color css

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

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

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

border-color css

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

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

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