Html Css Color HEX #C2115C Ruby

📋 copy color: '#C2115C'

red 194 ◦ green 17 ◦ blue 92

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

Shades of Ruby #C2115C

Tints of Ruby #C2115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.36%

R = 64.03%
G = 5.61%
B = 30.36%

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

#C2115C (or 0xC2115C) is known color: Ruby. HEX triplet: C2, 11 and 5C. RGB value is (194,17,92). Sum of RGB (Red+Green+Blue) = 194+17+92=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C2115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2115C is #3DEEA3. Grayscale: #4E4E4E. Windows color (decimal): -4058788 or 6033858. OLE color: 6033858.

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

Color convert

RGB 194 17 92 -
CMYK 0 0.91 0.53 0.24
HSL 334.58º 0.84% 0.41% -
HSV(B) 334.58º 0.91% 0.76% -
XYZ 24.38 12.64 11.28 -
YUV 78.47 135.64 210.4 -
System Red Green Blue C M Y K H S L
Decimal 194 17 92 0 0.91 0.53 0.24 334.58 0.84 0.41
Hex C2 11 5C 0 5B 35 18 14F 54 29
Octal 302 21 134 0 133 65 30 517 124 51
Binary 11000010 10001 1011100 0 1011011 110101 11000 101001111 1010100 101001

Color Harmonies of #C2115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2115C

Black with #C2115C

Text Example


Text Example

White with #C2115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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