Html Css Color HEX #C4115D Ruby

📋 copy color: '#C4115D'

red 196 ◦ green 17 ◦ blue 93

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

Shades of Ruby #C4115D

Tints of Ruby #C4115D

RGB

 RED value IS 196 (76.95% from 255) = 64.05%

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

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

R = 64.05%
G = 5.56%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4115D (or 0xC4115D) is known color: Ruby. HEX triplet: C4, 11 and 5D. RGB value is (196,17,93). Sum of RGB (Red+Green+Blue) = 196+17+93=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4115D is #3BEEA2. Grayscale: #4F4F4F. Windows color (decimal): -3927715 or 6099396. OLE color: 6099396.

HSL color Cylindrical-coordinate representation of color #C4115D: hue angle of 334.53º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4115D is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 17 93 -
CMYK 0 0.91 0.53 0.23
HSL 334.53º 0.84% 0.42% -
HSV(B) 334.53º 0.91% 0.77% -
XYZ 24.94 12.93 11.54 -
YUV 79.19 135.8 211.32 -
System Red Green Blue C M Y K H S L
Decimal 196 17 93 0 0.91 0.53 0.23 334.53 0.84 0.42
Hex C4 11 5D 0 5B 35 17 14F 54 2A
Octal 304 21 135 0 133 65 27 517 124 52
Binary 11000100 10001 1011101 0 1011011 110101 10111 101001111 1010100 101010

Color Harmonies of #C4115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4115D

Black with #C4115D

Text Example


Text Example

White with #C4115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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