Html Css Color HEX #C70068 Ruby

📋 copy color: '#C70068'

red 199 ◦ green 0 ◦ blue 104

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

Shades of Ruby #C70068

Tints of Ruby #C70068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 65.68%
G = 0%
B = 34.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C70068 (or 0xC70068) is known color: Ruby. HEX triplet: C7, 00 and 68. RGB value is (199,0,104). Sum of RGB (Red+Green+Blue) = 199+0+104=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C70068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70068 is #38FF97. Grayscale: #474747. Windows color (decimal): -3735448 or 6815943. OLE color: 6815943.

HSL color Cylindrical-coordinate representation of color #C70068: hue angle of 328.64º 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 #C70068 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 0 104 -
CMYK 0 1 0.48 0.22
HSL 328.64º 1% 0.39% -
HSV(B) 328.64º 1% 0.78% -
XYZ 26.05 13.14 14.26 -
YUV 71.36 146.43 219.04 -
System Red Green Blue C M Y K H S L
Decimal 199 0 104 0 1 0.48 0.22 328.64 1 0.39
Hex C7 0 68 0 64 30 16 149 64 27
Octal 307 0 150 0 144 60 26 511 144 47
Binary 11000111 0 1101000 0 1100100 110000 10110 101001001 1100100 100111

Color Harmonies of #C70068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70068

Black with #C70068

Text Example


Text Example

White with #C70068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70068; }

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

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

background-color css

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

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

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

border-color css

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

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

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