Html Css Color HEX #C3115F Ruby

📋 copy color: '#C3115F'

red 195 ◦ green 17 ◦ blue 95

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

Shades of Ruby #C3115F

Tints of Ruby #C3115F

RGB

 RED value IS 195 (76.56% from 255) = 63.52%

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

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 63.52%
G = 5.54%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3115F (or 0xC3115F) is known color: Ruby. HEX triplet: C3, 11 and 5F. RGB value is (195,17,95). Sum of RGB (Red+Green+Blue) = 195+17+95=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3115F is #3CEEA0. Grayscale: #4E4E4E. Windows color (decimal): -3993249 or 6230467. OLE color: 6230467.

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

Color convert

RGB 195 17 95 -
CMYK 0 0.91 0.51 0.24
HSL 333.71º 0.84% 0.42% -
HSV(B) 333.71º 0.91% 0.76% -
XYZ 24.77 12.83 12 -
YUV 79.11 136.97 210.66 -
System Red Green Blue C M Y K H S L
Decimal 195 17 95 0 0.91 0.51 0.24 333.71 0.84 0.42
Hex C3 11 5F 0 5B 33 18 14E 54 2A
Octal 303 21 137 0 133 63 30 516 124 52
Binary 11000011 10001 1011111 0 1011011 110011 11000 101001110 1010100 101010

Color Harmonies of #C3115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3115F

Black with #C3115F

Text Example


Text Example

White with #C3115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3115F; }

 p { color: rgb(195,17,95); }

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

background-color css

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

 a { background-color: rgb(195,17,95); }

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

border-color css

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

 span { border-color: rgb(195,17,95); }

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