Html Css Color HEX #C70065 Ruby

📋 copy color: '#C70065'

red 199 ◦ green 0 ◦ blue 101

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

Shades of Ruby #C70065

Tints of Ruby #C70065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 66.33%
G = 0%
B = 33.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C70065 (or 0xC70065) is known color: Ruby. HEX triplet: C7, 00 and 65. RGB value is (199,0,101). Sum of RGB (Red+Green+Blue) = 199+0+101=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C70065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70065 is #38FF9A. Grayscale: #464646. Windows color (decimal): -3735451 or 6619335. OLE color: 6619335.

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

Color convert

RGB 199 0 101 -
CMYK 0 1 0.49 0.22
HSL 329.55º 1% 0.39% -
HSV(B) 329.55º 1% 0.78% -
XYZ 25.9 13.08 13.47 -
YUV 71.02 144.93 219.29 -
System Red Green Blue C M Y K H S L
Decimal 199 0 101 0 1 0.49 0.22 329.55 1 0.39
Hex C7 0 65 0 64 31 16 14A 64 27
Octal 307 0 145 0 144 61 26 512 144 47
Binary 11000111 0 1100101 0 1100100 110001 10110 101001010 1100100 100111

Color Harmonies of #C70065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70065

Black with #C70065

Text Example


Text Example

White with #C70065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70065; }

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

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

background-color css

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

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

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

border-color css

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

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

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