Html Css Color HEX #C2125B Ruby

📋 copy color: '#C2125B'

red 194 ◦ green 18 ◦ blue 91

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

Shades of Ruby #C2125B

Tints of Ruby #C2125B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.03%

R = 64.03%
G = 5.94%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2125B (or 0xC2125B) is known color: Ruby. HEX triplet: C2, 12 and 5B. RGB value is (194,18,91). Sum of RGB (Red+Green+Blue) = 194+18+91=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C2125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2125B is #3DEDA4. Grayscale: #4E4E4E. Windows color (decimal): -4058533 or 5968578. OLE color: 5968578.

HSL color Cylindrical-coordinate representation of color #C2125B: hue angle of 335.11º 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 #C2125B is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 18 91 -
CMYK 0 0.91 0.53 0.24
HSL 335.11º 0.83% 0.42% -
HSV(B) 335.11º 0.91% 0.76% -
XYZ 24.35 12.66 11.06 -
YUV 78.95 134.81 210.06 -
System Red Green Blue C M Y K H S L
Decimal 194 18 91 0 0.91 0.53 0.24 335.11 0.83 0.42
Hex C2 12 5B 0 5B 35 18 14F 53 2A
Octal 302 22 133 0 133 65 30 517 123 52
Binary 11000010 10010 1011011 0 1011011 110101 11000 101001111 1010011 101010

Color Harmonies of #C2125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2125B

Black with #C2125B

Text Example


Text Example

White with #C2125B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2125B; }

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

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

background-color css

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

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

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

border-color css

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

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

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