Html Css Color HEX #C2115D Ruby

📋 copy color: '#C2115D'

red 194 ◦ green 17 ◦ blue 93

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

Shades of Ruby #C2115D

Tints of Ruby #C2115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

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

R = 63.82%
G = 5.59%
B = 30.59%

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

#C2115D (or 0xC2115D) is known color: Ruby. HEX triplet: C2, 11 and 5D. RGB value is (194,17,93). Sum of RGB (Red+Green+Blue) = 194+17+93=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2115D is #3DEEA2. Grayscale: #4E4E4E. Windows color (decimal): -4058787 or 6099394. OLE color: 6099394.

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

Color convert

RGB 194 17 93 -
CMYK 0 0.91 0.52 0.24
HSL 334.24º 0.84% 0.41% -
HSV(B) 334.24º 0.91% 0.76% -
XYZ 24.42 12.66 11.51 -
YUV 78.59 136.14 210.32 -
System Red Green Blue C M Y K H S L
Decimal 194 17 93 0 0.91 0.52 0.24 334.24 0.84 0.41
Hex C2 11 5D 0 5B 34 18 14E 54 29
Octal 302 21 135 0 133 64 30 516 124 51
Binary 11000010 10001 1011101 0 1011011 110100 11000 101001110 1010100 101001

Color Harmonies of #C2115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2115D

Black with #C2115D

Text Example


Text Example

White with #C2115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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