Html Css Color HEX #C2125D Ruby

📋 copy color: '#C2125D'

red 194 ◦ green 18 ◦ blue 93

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

Shades of Ruby #C2125D

Tints of Ruby #C2125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.49%

R = 63.61%
G = 5.9%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2125D (or 0xC2125D) is known color: Ruby. HEX triplet: C2, 12 and 5D. RGB value is (194,18,93). Sum of RGB (Red+Green+Blue) = 194+18+93=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2125D is #3DEDA2. Grayscale: #4F4F4F. Windows color (decimal): -4058531 or 6099650. OLE color: 6099650.

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

Color convert

RGB 194 18 93 -
CMYK 0 0.91 0.52 0.24
HSL 334.43º 0.83% 0.42% -
HSV(B) 334.43º 0.91% 0.76% -
XYZ 24.44 12.69 11.52 -
YUV 79.17 135.81 209.9 -
System Red Green Blue C M Y K H S L
Decimal 194 18 93 0 0.91 0.52 0.24 334.43 0.83 0.42
Hex C2 12 5D 0 5B 34 18 14E 53 2A
Octal 302 22 135 0 133 64 30 516 123 52
Binary 11000010 10010 1011101 0 1011011 110100 11000 101001110 1010011 101010

Color Harmonies of #C2125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2125D

Black with #C2125D

Text Example


Text Example

White with #C2125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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