Html Css Color HEX #C3135C Ruby

📋 copy color: '#C3135C'

red 195 ◦ green 19 ◦ blue 92

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

Shades of Ruby #C3135C

Tints of Ruby #C3135C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.21%

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

R = 63.73%
G = 6.21%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3135C (or 0xC3135C) is known color: Ruby. HEX triplet: C3, 13 and 5C. RGB value is (195,19,92). Sum of RGB (Red+Green+Blue) = 195+19+92=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3135C is #3CECA3. Grayscale: #4F4F4F. Windows color (decimal): -3992740 or 6034371. OLE color: 6034371.

HSL color Cylindrical-coordinate representation of color #C3135C: hue angle of 335.11º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3135C is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 19 92 -
CMYK 0 0.90 0.53 0.24
HSL 335.11º 0.82% 0.42% -
HSV(B) 335.11º 0.9% 0.76% -
XYZ 24.67 12.84 11.3 -
YUV 79.95 134.81 210.06 -
System Red Green Blue C M Y K H S L
Decimal 195 19 92 0 0.90 0.53 0.24 335.11 0.82 0.42
Hex C3 13 5C 0 5A 35 18 14F 52 2A
Octal 303 23 134 0 132 65 30 517 122 52
Binary 11000011 10011 1011100 0 1011010 110101 11000 101001111 1010010 101010

Color Harmonies of #C3135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3135C

Black with #C3135C

Text Example


Text Example

White with #C3135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3135C; }

 p { color: rgb(195,19,92); }

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

background-color css

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

 a { background-color: rgb(195,19,92); }

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

border-color css

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

 span { border-color: rgb(195,19,92); }

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