Html Css Color HEX #C70366 Ruby

📋 copy color: '#C70366'

red 199 ◦ green 3 ◦ blue 102

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

Shades of Ruby #C70366

Tints of Ruby #C70366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

 BLUE value IS 102 (40.23% from 255) = 33.55%

R = 65.46%
G = 0.99%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C70366 (or 0xC70366) is known color: Ruby. HEX triplet: C7, 03 and 66. RGB value is (199,3,102). Sum of RGB (Red+Green+Blue) = 199+3+102=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C70366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70366 is #38FC99. Grayscale: #484848. Windows color (decimal): -3734682 or 6685639. OLE color: 6685639.

HSL color Cylindrical-coordinate representation of color #C70366: hue angle of 329.69º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70366 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 102 -
CMYK 0 0.98 0.49 0.22
HSL 329.69º 0.97% 0.4% -
HSV(B) 329.69º 0.98% 0.78% -
XYZ 25.98 13.17 13.74 -
YUV 72.89 144.43 217.95 -
System Red Green Blue C M Y K H S L
Decimal 199 3 102 0 0.98 0.49 0.22 329.69 0.97 0.4
Hex C7 3 66 0 62 31 16 14A 61 28
Octal 307 3 146 0 142 61 26 512 141 50
Binary 11000111 11 1100110 0 1100010 110001 10110 101001010 1100001 101000

Color Harmonies of #C70366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70366

Black with #C70366

Text Example


Text Example

White with #C70366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70366; }

 p { color: rgb(199,3,102); }

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

background-color css

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

 a { background-color: rgb(199,3,102); }

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

border-color css

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

 span { border-color: rgb(199,3,102); }

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