Html Css Color HEX #C70C5F Ruby

📋 copy color: '#C70C5F'

red 199 ◦ green 12 ◦ blue 95

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

Shades of Ruby #C70C5F

Tints of Ruby #C70C5F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.92%

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 65.03%
G = 3.92%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C70C5F (or 0xC70C5F) is known color: Ruby. HEX triplet: C7, 0C and 5F. RGB value is (199,12,95). Sum of RGB (Red+Green+Blue) = 199+12+95=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C70C5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70C5F is #38F3A0. Grayscale: #4D4D4D. Windows color (decimal): -3732385 or 6229191. OLE color: 6229191.

HSL color Cylindrical-coordinate representation of color #C70C5F: hue angle of 333.37º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70C5F is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 12 95 -
CMYK 0 0.94 0.52 0.22
HSL 333.37º 0.89% 0.41% -
HSV(B) 333.37º 0.94% 0.78% -
XYZ 25.75 13.23 12.02 -
YUV 77.38 137.95 214.75 -
System Red Green Blue C M Y K H S L
Decimal 199 12 95 0 0.94 0.52 0.22 333.37 0.89 0.41
Hex C7 C 5F 0 5E 34 16 14D 59 29
Octal 307 14 137 0 136 64 26 515 131 51
Binary 11000111 1100 1011111 0 1011110 110100 10110 101001101 1011001 101001

Color Harmonies of #C70C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70C5F

Black with #C70C5F

Text Example


Text Example

White with #C70C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70C5F; }

 p { color: rgb(199,12,95); }

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

background-color css

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

 a { background-color: rgb(199,12,95); }

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

border-color css

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

 span { border-color: rgb(199,12,95); }

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