Html Css Color HEX #C70064 Ruby

📋 copy color: '#C70064'

red 199 ◦ green 0 ◦ blue 100

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

Shades of Ruby #C70064

Tints of Ruby #C70064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 66.56%
G = 0%
B = 33.44%

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

#C70064 (or 0xC70064) is known color: Ruby. HEX triplet: C7, 00 and 64. RGB value is (199,0,100). Sum of RGB (Red+Green+Blue) = 199+0+100=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C70064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70064 is #38FF9B. Grayscale: #464646. Windows color (decimal): -3735452 or 6553799. OLE color: 6553799.

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

Color convert

RGB 199 0 100 -
CMYK 0 1 0.50 0.22
HSL 329.85º 1% 0.39% -
HSV(B) 329.85º 1% 0.78% -
XYZ 25.85 13.06 13.22 -
YUV 70.9 144.43 219.37 -
System Red Green Blue C M Y K H S L
Decimal 199 0 100 0 1 0.50 0.22 329.85 1 0.39
Hex C7 0 64 0 64 32 16 14A 64 27
Octal 307 0 144 0 144 62 26 512 144 47
Binary 11000111 0 1100100 0 1100100 110010 10110 101001010 1100100 100111

Color Harmonies of #C70064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70064

Black with #C70064

Text Example


Text Example

White with #C70064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70064; }

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

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

background-color css

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

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

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

border-color css

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

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

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