Html Css Color HEX #C5145E Ruby

📋 copy color: '#C5145E'

red 197 ◦ green 20 ◦ blue 94

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

Shades of Ruby #C5145E

Tints of Ruby #C5145E

RGB

 RED value IS 197 (77.34% from 255) = 63.34%

 GREEN value IS 20 (8.2% from 255) = 6.43%

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 63.34%
G = 6.43%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5145E (or 0xC5145E) is known color: Ruby. HEX triplet: C5, 14 and 5E. RGB value is (197,20,94). Sum of RGB (Red+Green+Blue) = 197+20+94=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5145E is #3AEBA1. Grayscale: #515151. Windows color (decimal): -3861410 or 6165701. OLE color: 6165701.

HSL color Cylindrical-coordinate representation of color #C5145E: hue angle of 334.92º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5145E is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 94 -
CMYK 0 0.90 0.52 0.23
HSL 334.92º 0.82% 0.43% -
HSV(B) 334.92º 0.9% 0.77% -
XYZ 25.3 13.18 11.8 -
YUV 81.36 135.14 210.48 -
System Red Green Blue C M Y K H S L
Decimal 197 20 94 0 0.90 0.52 0.23 334.92 0.82 0.43
Hex C5 14 5E 0 5A 34 17 14F 52 2B
Octal 305 24 136 0 132 64 27 517 122 53
Binary 11000101 10100 1011110 0 1011010 110100 10111 101001111 1010010 101011

Color Harmonies of #C5145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5145E

Black with #C5145E

Text Example


Text Example

White with #C5145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5145E; }

 p { color: rgb(197,20,94); }

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

background-color css

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

 a { background-color: rgb(197,20,94); }

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

border-color css

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

 span { border-color: rgb(197,20,94); }

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