Html Css Color HEX #C70067 Ruby

📋 copy color: '#C70067'

red 199 ◦ green 0 ◦ blue 103

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

Shades of Ruby #C70067

Tints of Ruby #C70067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.11%

R = 65.89%
G = 0%
B = 34.11%

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

#C70067 (or 0xC70067) is known color: Ruby. HEX triplet: C7, 00 and 67. RGB value is (199,0,103). Sum of RGB (Red+Green+Blue) = 199+0+103=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C70067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70067 is #38FF98. Grayscale: #474747. Windows color (decimal): -3735449 or 6750407. OLE color: 6750407.

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

Color convert

RGB 199 0 103 -
CMYK 0 1 0.48 0.22
HSL 328.94º 1% 0.39% -
HSV(B) 328.94º 1% 0.78% -
XYZ 26 13.12 13.99 -
YUV 71.24 145.93 219.12 -
System Red Green Blue C M Y K H S L
Decimal 199 0 103 0 1 0.48 0.22 328.94 1 0.39
Hex C7 0 67 0 64 30 16 149 64 27
Octal 307 0 147 0 144 60 26 511 144 47
Binary 11000111 0 1100111 0 1100100 110000 10110 101001001 1100100 100111

Color Harmonies of #C70067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70067

Black with #C70067

Text Example


Text Example

White with #C70067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70067; }

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

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

background-color css

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

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

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

border-color css

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

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

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