Html Css Color HEX #C2125F Ruby

📋 copy color: '#C2125F'

red 194 ◦ green 18 ◦ blue 95

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

Shades of Ruby #C2125F

Tints of Ruby #C2125F

RGB

 RED value IS 194 (76.17% from 255) = 63.19%

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

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

R = 63.19%
G = 5.86%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2125F (or 0xC2125F) is known color: Ruby. HEX triplet: C2, 12 and 5F. RGB value is (194,18,95). Sum of RGB (Red+Green+Blue) = 194+18+95=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2125F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2125F is #3DEDA0. Grayscale: #4F4F4F. Windows color (decimal): -4058529 or 6230722. OLE color: 6230722.

HSL color Cylindrical-coordinate representation of color #C2125F: hue angle of 333.75º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2125F is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 18 95 -
CMYK 0 0.91 0.51 0.24
HSL 333.75º 0.83% 0.42% -
HSV(B) 333.75º 0.91% 0.76% -
XYZ 24.53 12.73 11.99 -
YUV 79.4 136.81 209.74 -
System Red Green Blue C M Y K H S L
Decimal 194 18 95 0 0.91 0.51 0.24 333.75 0.83 0.42
Hex C2 12 5F 0 5B 33 18 14E 53 2A
Octal 302 22 137 0 133 63 30 516 123 52
Binary 11000010 10010 1011111 0 1011011 110011 11000 101001110 1010011 101010

Color Harmonies of #C2125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2125F

Black with #C2125F

Text Example


Text Example

White with #C2125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2125F; }

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

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

background-color css

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

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

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

border-color css

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

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

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