Html Css Color HEX #C7125F Ruby

📋 copy color: '#C7125F'

red 199 ◦ green 18 ◦ blue 95

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

Shades of Ruby #C7125F

Tints of Ruby #C7125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.77%

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

R = 63.78%
G = 5.77%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7125F (or 0xC7125F) is known color: Ruby. HEX triplet: C7, 12 and 5F. RGB value is (199,18,95). Sum of RGB (Red+Green+Blue) = 199+18+95=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C7125F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7125F is #38EDA0. Grayscale: #505050. Windows color (decimal): -3730849 or 6230727. OLE color: 6230727.

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

Color convert

RGB 199 18 95 -
CMYK 0 0.91 0.52 0.22
HSL 334.48º 0.83% 0.43% -
HSV(B) 334.48º 0.91% 0.78% -
XYZ 25.84 13.4 12.05 -
YUV 80.9 135.97 212.24 -
System Red Green Blue C M Y K H S L
Decimal 199 18 95 0 0.91 0.52 0.22 334.48 0.83 0.43
Hex C7 12 5F 0 5B 34 16 14E 53 2B
Octal 307 22 137 0 133 64 26 516 123 53
Binary 11000111 10010 1011111 0 1011011 110100 10110 101001110 1010011 101011

Color Harmonies of #C7125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7125F

Black with #C7125F

Text Example


Text Example

White with #C7125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7125F; }

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

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

background-color css

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

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

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

border-color css

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

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

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