Html Css Color HEX #C70062 Ruby

📋 copy color: '#C70062'

red 199 ◦ green 0 ◦ blue 98

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

Shades of Ruby #C70062

Tints of Ruby #C70062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33%

R = 67%
G = 0%
B = 33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C70062 (or 0xC70062) is known color: Ruby. HEX triplet: C7, 00 and 62. RGB value is (199,0,98). Sum of RGB (Red+Green+Blue) = 199+0+98=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C70062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70062 is #38FF9D. Grayscale: #464646. Windows color (decimal): -3735454 or 6422727. OLE color: 6422727.

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

Color convert

RGB 199 0 98 -
CMYK 0 1 0.51 0.22
HSL 330.45º 1% 0.39% -
HSV(B) 330.45º 1% 0.78% -
XYZ 25.76 13.02 12.71 -
YUV 70.67 143.43 219.53 -
System Red Green Blue C M Y K H S L
Decimal 199 0 98 0 1 0.51 0.22 330.45 1 0.39
Hex C7 0 62 0 64 33 16 14A 64 27
Octal 307 0 142 0 144 63 26 512 144 47
Binary 11000111 0 1100010 0 1100100 110011 10110 101001010 1100100 100111

Color Harmonies of #C70062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70062

Black with #C70062

Text Example


Text Example

White with #C70062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70062; }

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

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

background-color css

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

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

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

border-color css

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

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

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